From 15a6322a45dfb3124d3c854c456ff0b53fcfb641 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Thu, 28 Oct 2021 18:48:24 +0700 Subject: [PATCH] fixes --- program/music.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/program/music.py b/program/music.py index b923746..0e9a702 100644 --- a/program/music.py +++ b/program/music.py @@ -95,7 +95,6 @@ async def play(client, m: Message): await m.reply_photo( photo=f"{IMG_2}", caption=f"šŸ’” **music streaming started.**\n\nšŸ· **Name:** [{songname}]({link})\nšŸ’­ **Chat:** `{chat_id}`\nšŸ’” **Status:** `Playing`\nšŸŽ§ **Request by:** {m.from_user.mention()}", - disable_web_page_preview=True, reply_markup=keyboard, ) else: @@ -136,7 +135,6 @@ async def play(client, m: Message): await m.reply_photo( photo=f"{IMG_2}", caption=f"šŸ’” **music streaming started.**\n\nšŸ· **Name:** [{songname}]({url})\nšŸ’­ **Chat:** `{chat_id}`\nšŸ’” **Status:** `Playing`\nšŸŽ§ **Request by:** {m.from_user.mention()}", - disable_web_page_preview=True, reply_markup=keyboard, ) except Exception as ep: @@ -180,7 +178,6 @@ async def play(client, m: Message): await m.reply_photo( photo=f"{IMG_2}", caption=f"šŸ’” **music streaming started.**\n\nšŸ· **Name:** [{songname}]({url})\nšŸ’­ **Chat:** `{chat_id}`\nšŸ’” **Status:** `Playing`\nšŸŽ§ **Request by:** {m.from_user.mention()}", - disable_web_page_preview=True, reply_markup=keyboard, ) except Exception as ep: @@ -243,7 +240,6 @@ async def stream(client, m: Message): await m.reply_photo( photo=f"{IMG_2}", caption=f"šŸ’” **[Radio Live]({link}) stream started.**\n\nšŸ’­ **Chat:** `{chat_id}`\nšŸ’” **Status:** `Playing`\nšŸŽ§ **Request by:** {m.from_user.mention()}", - disable_web_page_preview=True, reply_markup=keyboard, ) except Exception as ep: