diff --git a/bot/videoplayer.py b/bot/videoplayer.py index fb71900..c3a8ba9 100644 --- a/bot/videoplayer.py +++ b/bot/videoplayer.py @@ -140,7 +140,7 @@ async def startvideo(client, m: Message): await m.reply_photo( photo="https://telegra.ph/file/422650a849a8d6831bde8.png", reply_markup=keyboard, - caption=f"💡 **video streaming started!**\n\n🏷 **Name:** {title}\n⏱ **Duration:** `{convert_seconds(duration)}`\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: