From 6438bc08555a9587b97254c364b8753e7c09f5dd Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Sat, 30 Oct 2021 17:39:17 +0700 Subject: [PATCH] nine --- program/admins.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/admins.py b/program/admins.py index 1458ccb..45f6744 100644 --- a/program/admins.py +++ b/program/admins.py @@ -50,7 +50,7 @@ async def skip(client, m: Message): else: await m.reply_photo( photo=f"{IMG_3}", - caption=f"⏭ **Skipped to the next track.**\n\n🏷 **Name:** [{op[0]}]({op[1]})\n💭 **Chat:** `{chat_id}`\n🎧 **Request by:** {m.from_user.mention()}", + caption=f"⏭ **Skipped to the next track.**\n\n🏷 **Name:** [{op[0]}]({op[1]})\n💭 **Chat:** `{chat_id}`\n💡 **Status:** `Playing`\n🎧 **Request by:** {m.from_user.mention()}", reply_markup=keyboard, ) else: