From 52301bb2b25ef107013c8685c8644a12d42caa27 Mon Sep 17 00:00:00 2001 From: Avi Patil <67785446+avipatilpro@users.noreply.github.com> Date: Mon, 26 Apr 2021 03:59:51 +0530 Subject: [PATCH] RIP --- WebStreamer/bot/plugins/about.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 WebStreamer/bot/plugins/about.py 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)