This commit is contained in:
levina 2021-09-13 06:14:06 +07:00 committed by GitHub
parent 81166ac55b
commit 593d76196b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,8 +113,8 @@ async def startvideo(client, m: Message):
)
await msg.edit(
"💡 **video streaming started!**\n"
f"\n🏷 **Name:** {title}"
f"⏱ **Duration:** {duration}\n"
f"\n🏷 **Name:** {title}\n"
f"⏱ **Duration:** `{duration} minutes`\n"
f"\n» **join to video chat on the top to watch the video.**")
await idle()
except Exception as e: