diff --git a/WebStreamer/bot/plugins/about.py b/WebStreamer/bot/plugins/about.py deleted file mode 100644 index cf9b1c8..0000000 --- a/WebStreamer/bot/plugins/about.py +++ /dev/null @@ -1,7 +0,0 @@ -from pyrogram import Client, Filters - - -@Client.on_message(Filters.command(["about"])) -async def start(client, message): - helptxt = f"Created for 😘😘 you only 😍" - await message.reply_text(helptxt)