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
63 lines (31 loc) · 1.54 KB
/
Copy pathscript.py
File metadata and controls
63 lines (31 loc) · 1.54 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
class script(object):
START_MSG = """ <b>Hello {}
I am an Automated Filter Bot Version 2 😇
But I Was Made For Work in Movies Factory Group :)</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>© @YouCan_CallMe_Leo</b>"""
ABOUT_MSG = """🌀<b>My Name : Auto Filter Bot V2</b>
🌀<b>Creater :</b> @YouCan_CallMe_Leo
🌀<b>Language :</b> <code>Python3</code>
🌀<b>Library :</b> <a href='https://docs.pyrogram.org/'>Pyrogram 1.0.7</a>
🌀<b>Support Group :</b> <a href='https:/t.me/ARS_Support'>Click Here</a>
"""