-
Notifications
You must be signed in to change notification settings - Fork 1
/
script.py
53 lines (36 loc) · 1.54 KB
/
script.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
class Script(object):
START_MSG = """
<b>やあ</b> Kon'ichiwa {},
I'm <b>Zero Two</b> An Advanced Filter Bot With Nearly <b>Unlimited Filters!</b>
👉🏻 <b>Add me in a Supergroup</b> and promote me as <b>Admin</b> to let me get in action!
❓ <b>WHICH ARE THE COMMANDS?</b> ❓
Press /help to see <b>all the commands</b> and how they work!
"""
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
╠ <code>/del name</code> - Delete filter
╠ <code>/delall</code> - Delete entire filters (Group Owner Only!)
╚ <code>/viewfilters</code> - List all filters in chat
❏ <b>Connection Commands:</b>
╠ <code>/connect groupid</code> - Connect your group to my PM. You can also simply use,
╠ <code>/connect</code> in groups.
╚ <code>/connections</code> - Manage your connections.
❏ <b>Extras:</b>
╠ /status - Shows current status of your bot (Auth User Only)
╚ /id - Shows ID information
<code>/info userid</code> - Shows User Information. Use <code>/info</code> as reply to some message for their details!
<b>Verified Under @KxOfficial</b>
"""
ABOUT_MSG = """
× ️<b>My Name : </b> Zero Two
× ️<b>Creater :</b> @ikx7_a
× ️<b>Network : </b> @KxOfficial
× ️<b>Language :</b> <code>Python3</code>
× ️<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>
"""