fixes
This commit is contained in:
parent
81166ac55b
commit
593d76196b
@ -113,8 +113,8 @@ async def startvideo(client, m: Message):
|
|||||||
)
|
)
|
||||||
await msg.edit(
|
await msg.edit(
|
||||||
"💡 **video streaming started!**\n"
|
"💡 **video streaming started!**\n"
|
||||||
f"\n🏷 **Name:** {title}"
|
f"\n🏷 **Name:** {title}\n"
|
||||||
f"⏱ **Duration:** {duration}\n"
|
f"⏱ **Duration:** `{duration} minutes`\n"
|
||||||
f"\n» **join to video chat on the top to watch the video.**")
|
f"\n» **join to video chat on the top to watch the video.**")
|
||||||
await idle()
|
await idle()
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
Loading…
Reference in New Issue
Block a user