-
Notifications
You must be signed in to change notification settings - Fork 85
/
Copy pathscript.py
46 lines (34 loc) · 1.25 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
StartTxT = """
Hello {mention}
I'm an advanced filter bot with many capabilities!
There is no practical limits for my filtering capacity :)
See help button for commands and more details
"""
HelpTxT = """
Add me as admin in your group and start filtering :)
<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
/info userid - Shows User Information. Use <code>/info</code> as reply to some message for their details!
© @learningbots79
"""
AboutTxT = """
⭕️ Official Channel : @learningbots79</b>
⭕️ Developers : @TroJanzHEX
⭕️ Upgrader : @Mo_Tech_YT
⭕️ Language : Python3
⭕️ Library : <a href='https://docs.pyrogram.org/'>Pyrogram 2.0.102</a>
"""