-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathscript.py
54 lines (38 loc) · 1.68 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
54
class Script(object):
START_MSG = """<b>Hey {},
I'm an advanced unlimited filter bot with many capabilities!
There is no practical limits for my filtering capacity 🐝
See <i>/help</i> for commands and more details.</b>
"""
HELP_MSG = """
🚨 Oh! You Need Help!
<b> Add me 🐝 as Admin in your Group & Start Filtering!
<b><u>Basic Commands</u></b>
➠ /start - Check if I'm alive! 🟢
➠ /help - Here You're!
➠ /about - To Know About Me!
<b><u>Filter Commands</u></b>
➠ /add name reply - Add filter for name.
➠ /del name - Delete filter.
➠ /delall - Delete entire filter database (☢️ Group Admin Only!)
➠ /viewfilters - List of all filters in chat.
<b><u>Connection Commands</u></b>
➠ /connect groupid - Connect your group to my PM. You can also simply use;
➠ /connect in groups.
➠ /connections - Manage your connections.
<b><u>Extras</u></b>
➠ /status - Show Current Status of your Bot (🐝 Auth User Only!)
➠ /id - Show ID information.
➠ /info userid - Show User Information. Use '/info' as reply to some message for their details!
<b>Made with Thunder ⚡ by ➜ <a href="https://telegram.dog/dlaize">Mr. Dlaize</a></b>
"""
ABOUT_MSG = """
<b><u>About Me:</u></b>
🏷️ Bot : Bee Unlimited Filter Bot
🏷️ Creator : <a href="https://telegram.dog/dlaize"><b>Mr. Dlaize</b></a>
🏷️ Language : <a href='https://python.org/'>Python3</a>
🏷️ Library : <a href='https://docs.pyrogram.org/'>Pyrogram 1.2.0</a>
🏷️ Server : <a href='https://www.heroku.com/'>Heroku</a>
🏷️ Channel : <a href="https://telegram.dog/compass_botz"><b>Compass Bot</b></a>
📱 Suggestion & Feedback ➜ <a href="https://telegram.dog/dlaize"><b>Mr. Dlaize</b></a>
"""