From 0a511e7235ab099025f2b640c48a2146d268bb51 Mon Sep 17 00:00:00 2001 From: levina <82658782+levina-lab@users.noreply.github.com> Date: Thu, 28 Oct 2021 18:50:00 +0700 Subject: [PATCH] fixes --- program/video.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/program/video.py b/program/video.py index d93a11c..6bffa54 100644 --- a/program/video.py +++ b/program/video.py @@ -114,7 +114,6 @@ async def vplay(client, m: Message): await m.reply_photo( photo=f"{IMG_2}", caption=f"šŸ’” **video 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: @@ -159,7 +158,6 @@ async def vplay(client, m: Message): await m.reply_photo( photo=f"{IMG_2}", caption=f"šŸ’” **video 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: @@ -207,7 +205,6 @@ async def vplay(client, m: Message): await m.reply_photo( photo=f"{IMG_2}", caption=f"šŸ’” **video 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: @@ -292,7 +289,6 @@ async def vstream(client, m: Message): await m.reply_photo( photo=f"{IMG_2}", caption=f"šŸ’” **[Live Streaming]({link}) 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: