This repository has been archived by the owner on Sep 21, 2022. It is now read-only.
forked from Sadew451/Natsuki
-
Notifications
You must be signed in to change notification settings - Fork 2
/
sample.env
90 lines (66 loc) · 1.79 KB
/
sample.env
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
80
81
82
83
84
85
86
87
88
89
90
#changing this to True will enable env variables
ENV = False
#--------------------------------REQUIRED-------------------------------------
#Bot token from bot father
TOKEN = ""
#Owner's telegram api ID and HASH
API_ID =
API_HASH =
#User ID and Username of the owner
OWNER_ID =
OWNER_USERNAME = ""
#Support group username only without @
SUPPORT_CHAT = ""
#starts with -
#Prints informations about gbans, sudo promotes and etc...
EVENT_LOGS =
#Prints any new group the bot is added to.
JOIN_LOGGER =
#postgresql database URI - postgresql://user:password@ip:port/dbname
DATABASE_URL = ""
#-------------------------------REQUIRED ENDS---------------------------------
#_______________________________OPTIONAL______________________________________
#IDs of disaster users
#Users which have sudo access to the bot
DRAGONS =
#Developer user across the bot
DEV_USERS =
#Users who are allowed to gban only, can be banned by other admins
DEMONS =
#Immune to ban/kick by bot
WOLVES =
#Whitelisted users, idk why this exists. will remove soon.
TIGERS =
#boolean
INFO_PIC = True
#If you want to use webhook, not for beginners and pro kangers of repo
WEBHOOK = False
URL =
PORT = 80
CERT_PATH =
WORKERS = 8
DONATION_LINK =
#modules to load and unload, seprate by space
LOAD =
NO_LOAD =
#Del commands if user don't have permission to use.
DEL_CMDS = True
STRICT_GBAN = True
#Ban sticker (ID) to use
BAN_STICKER =
# True if you want to enable !start, !help like commands with ! and / as usual
ALLOW_EXCEL =
CASH_API_KEY =
TIME_API_KEY =
WALL_API =
SUPPORT_CHAT =
SPAMWATCH_SUPPORT_CHAT =
SPAMWATCH_API =
IBM_WATSON_CRED_URL =
IBM_WATSON_CRED_PASSWORD =
#Heroku api key and app name if you hosting in heroku.
HEROKU_API_KEY =
HEORKU_API_NAME =
#Chats to whitelist and blacklist
WHITELIST_CHATS =
BL_CHATS =