[check] syntax error
This commit is contained in:
parent
c5096876e0
commit
c69ba0bd4d
@ -506,7 +506,7 @@ async def vstream(c: Client, m: Message):
|
|||||||
)
|
)
|
||||||
buttons = stream_markup(user_id)
|
buttons = stream_markup(user_id)
|
||||||
await m.reply_photo(
|
await m.reply_photo(
|
||||||
photo=image",
|
photo=image,
|
||||||
reply_markup=InlineKeyboardMarkup(buttons),
|
reply_markup=InlineKeyboardMarkup(buttons),
|
||||||
caption=f"🗂 **Name:** [{songname}]({url}) | `live video`\n🧸 **Requested by:** {requester}",
|
caption=f"🗂 **Name:** [{songname}]({url}) | `live video`\n🧸 **Requested by:** {requester}",
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user