Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 3 additions & 21 deletions script.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,15 @@ class Script(object):

START_MSG = """<b>Hy {},

I'm an advanced filter bot with many capabilities!
There is no practical limits for my filtering capacity :)

See <i>/help</i> for commands and more details.</b>
Hello! My Name Is Arya Stark
This Bot Can Only Be Used In Empire Cinemas Group.
"""


HELP_MSG = """
<i>Add me as admin in your group and start filtering :)</i>


<b>Basic Commands;</b>

/start - Check if I'm alive!
/help - Command help
/about - Something about me!


<b>Filter Commands;</b>

<code>/add name reply</code> - Add filter for name
Expand Down Expand Up @@ -48,16 +39,7 @@ class Script(object):
<code>/info userid</code> - Shows User Information. Use <code>/info</code> as reply to some message for their details!


<b>© @TroJanzHEX</b>
"""


ABOUT_MSG = """⭕️<b>My Name : TroJanz Filter Bot</b>

⭕️<b>Creater :</b> @TroJanzHEX

⭕️<b>Language :</b> <code>Python3</code>

⭕️<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>

"""