mirror of
https://github.com/avipatilpro/FileStreamBot.git
synced 2026-01-15 22:32:53 -03:00
Initial Commit
This commit is contained in:
7
WebStreamer/bot/plugins/about.py
Normal file
7
WebStreamer/bot/plugins/about.py
Normal 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)
|
||||
Reference in New Issue
Block a user