forked from TroJanzHEX/Auto-Filter-Bot-V2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.py
More file actions
67 lines (35 loc) · 1.69 KB
/
script.py
File metadata and controls
67 lines (35 loc) · 1.69 KB
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
64
65
66
67
class script(object):
START_MSG = """ <b>Hi {}
A.I
An enhanced auto filter bot made by @ANKIT3690 & @Saurav3BV6SA9LLElon7Musk
No need to give commands
Only Works for my creator
For more click <i>HOW TO USE</i></b>"""
HELP_MSG = """<b>How to use the bot??</b>
<i>
* Add bot to your group with admin rights.
* Add bot to channels which you want to link with <b>all admin rights</b>!
</i>
<b>Bot Commands - Works in Group only</b>
(You need to be a Auth User in order to use these commands)
* <code>/add channelid</code> - Links channel to your group.
or
* <code>/add @channelusername</code> - Links channel to your group.
<i>NOTE : You can get your channel ID from @ChannelidHEXbot </i>
* <code>/del channelid</code> - Delinks channel from group
or
* <code>/del @channelusername</code> - Delinks channel from group
<i>NOTE : You can get connected channel details by <code>/filterstats</code> </i>
* <code>/delall</code> - Removes all connected channels and filters from group!
<i>Note : Dont add command delete bots in group! Otherwise, delall command wont work</i>
* <code>/filterstats</code> - Check connected channels and number of filters.
No need add each filter again!
Bot will automatically search for your files and give links to that!
<b>© @thewarriorsreal</b>"""
ABOUT_MSG = """⭕️<b>My Name : 𝓽ꫝꫀ ᥴ𝘳ꫀꪖ𝓽ꪮ𝘳 ꪮᠻ ꪖꪶꪶ</b>
⭕️<b>Creater :</b> @ANKIT3690
⭕️<b>Creater :</b> @Saurav3BV6SA9LLElon7Musk
⭕️<b>Language :</b> <code>Python3</code>
⭕️<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>
⭕️<b>Tutorial Video :</b> <a href='https://t.me/thewarriorsreal'>THE CREATOR OF ALL</a>
"""