From 593d76196bf3a9df8f34bdcf9b4a796ba70829b8 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Mon, 13 Sep 2021 06:14:06 +0700 Subject: [PATCH] fixes --- bot/videoplayer.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bot/videoplayer.py b/bot/videoplayer.py index e9016df..0a4aa18 100644 --- a/bot/videoplayer.py +++ b/bot/videoplayer.py @@ -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: