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
79 lines (52 loc) · 2.1 KB
/
script.py
File metadata and controls
79 lines (52 loc) · 2.1 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
68
69
70
71
72
73
74
75
76
77
78
79
class script(object):
START_MSG = """ <b>Hi {}
👽About Me👽
••••••••••••••••••••
● I will Automatically Search for your file and give links to that!
😔 Iam Running on Free Servers, may go offline anytime.
⚙ My master is still working on me, Hope i can give u more books in future 😇
🤗 Our inline bot can give Books in my Database with inline search. you can use me in any chat by typing @search_dentalbooks_bot
© 🔬 @dent_tech_for_u 📚 ©
For more click <i>help</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>© 🔬 @dent_tech_for_u 📚 ©</b>"""
ABOUT_MSG = """⭕️<b>👽My Name :</b> @dental_library_bot
<i>
⚙<b>Creater</b> : @dr_danger_007
🪄<b>Engine :</b>
Language : Python3
Library : Pyrogram 1.0.7 </b>
📚<b>Library :</b> @dent_tech_for_u_library
🫂<b>Group:</b> @dent_tech_for_books
⚡️<b>Powered by :</b>
🔬 @dent_tech_for_u 📚
</i>
"""
LOG_TEXT_G = """#NewGroup
Group = {}(<code>{}</code>)
Total Members = <code>{}</code>
Added By - {}
"""
LOG_TEXT_P = """#NewUser
ID - <code>{}</code>
Name - {}
"""