-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py.new
More file actions
51 lines (48 loc) · 1.23 KB
/
config.py.new
File metadata and controls
51 lines (48 loc) · 1.23 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
# CONFIG
TOKEN = '116144035:AAHVDjt5VX-5bKGGrbtw6QJPEZF4reJcIjc' # BOT TOKEN
DEEP_LOGGING = False # FOR DEBUGGING PURPOSES ONLY
# ENABLED CMDS (ONLY CMDS.)
ENABLED_CMDS = ("/echo", "/id", "/help", "/start", "/test", "/toast", "/feedback", "/sendfeedback", "/sendcontact", "/calc", "/members", "/adminhelp", "/bc", "/ban", "/unban")
SAFE_ECHO = False # DOONT REPLY TO MESSAGES SENT IN SUPER GROUPS TO PREVENT SPAM
SUDO_ID = 98120772 # ID OF MAIN BOT's SUDO
ADMINS_IDS = (98120772, 0) # BOT's ADMINS
SUPPORT_GP = 1001089563920 # MAIN SUPPORT GROUP FOR ALL PMS TO GET FORWARDED.(such as messanger)
REPLIER = True # Lol.. a simple reply-to-message system xD (using dictionaries)
GP_GREETING = True # WELCOME MESSAGE TO ALL NEW MEMBERS
GP_FAREWELL = True # LEAVE MESSAGE
CHANNEL_LINK = 'https://telegram.me/thezigzagproject'
#REPLY MESSAGES
reply_message_list = {"salam": "slm",
"hi": "aleyke hi",
"hello": "dorood",
}
enabled_plugins = [
"test",
"banhammer",
"broadcast",
"calc",
"echo",
"feedback",
"id",
"members",
"feedback",
"start",
"groups",
"time",
"shortner",
"memes",
"tocontact",
"serverstatus",
"mp3tag",
"inline",
"chatter",
"qrcode",
"weather",
"lmgtfy",
"addcounter",
"ip",
"callback_data",
"messenger",
"message_handler",
]
# END OF CONFIG