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: