This commit is contained in:
Avi Patil
2021-04-26 03:59:51 +05:30
committed by GitHub
parent d51c7a21fe
commit 52301bb2b2

View File

@@ -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)