-
Notifications
You must be signed in to change notification settings - Fork 0
/
script.py
63 lines (31 loc) · 1.62 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
55
56
57
58
59
60
61
62
63
class Script(object):
START_MSG = """<b>Hy {} 😇
I'm an advanced filter bot created by @basildmx2 with many capabilities ❗️
വെറുതെ സമയം കളയണ്ട ഞാൻ @dmx_chating വേണ്ടി മാത്രം ഉള്ള ബോട്ട് ആണ് ☺️
"""
HELP_MSG = """
<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> 🏘️ @DMX_Chating </b>
"""
ABOUT_MSG = """❍❍<b>My Name > 𝗕𝗟𝗜𝗡𝗗»𝗣𝗦𝗬𝗖𝗛𝗢 </b>
❍<b>👿 𝙲𝚛𝚎𝚊𝚝𝚎𝚛:</b> <a href='https://t.me/basildmx'>BASIL</a>
❍<b>⁂ 𝙻𝚊𝚗𝚐𝚞𝚊𝚐𝚎:</b> <code>Python3</code>
❍<b>⁂ 𝙻𝚒𝚋𝚛𝚊𝚛𝚢 :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>
❍<b>⁂ 𝚂𝙾𝚄𝚁𝙲𝙴 𝙲𝙾𝙳𝙴 :</b> <a href='https://t.me/basildmx'>CLICK HERE</a>
"""