From eff4a58b4b2d2d91507eb1f7c9a2d43526b5ebe5 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Mon, 4 Oct 2021 22:10:45 +0700 Subject: [PATCH] nothing --- bot/videoplayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/videoplayer.py b/bot/videoplayer.py index 9345b2f..c161154 100644 --- a/bot/videoplayer.py +++ b/bot/videoplayer.py @@ -142,7 +142,7 @@ async def startvideo(client, m: Message): await m.reply_photo( photo="https://telegra.ph/file/0faaa780ae861fb780814.png", reply_markup=keyboard, - caption=f"💡 **video streaming started!**\n\n🏷 **Name:** {title}\n⏱ **Duration:** `{convert_seconds(duration)} m`\n\n» **join to video chat on the top to watch the video.**") + caption=f"💡 **video streaming started !**\n\n🏷 **Name:** {title}\n⏱ **Duration:** `{convert_seconds(duration)}` m\n\n» **join to video chat on the top to watch the video.**") return await msg.delete() await idle() except Exception as e: