Initial Commit

This commit is contained in:
Avi Patil
2021-04-26 03:57:05 +05:30
committed by GitHub
parent c6f4e20b60
commit d51c7a21fe

View File

@@ -0,0 +1,7 @@
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)