-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.py
28 lines (26 loc) · 1.03 KB
/
config.py
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
class Config(object):
LOGGER = True
# REQUIRED
API_KEY = "2136261295:AAGRm85AIjpG6hspmOwNtNUgPX_F6EJ7pUA"
OWNER_ID = "1025888307" # If you dont know, run the bot and do /id in your private chat with it
OWNER_USERNAME = "Shukurulloh_k"
# RECOMMENDED
SQLALCHEMY_DATABASE_URI = None# ' postgres://user_bot:[email protected]:5432/db_bot' # needed for any database modules
MESSAGE_DUMP = None # needed to make sure 'save from' messages persist
LOAD = []
NO_LOAD = ['translation', 'rss']
WEBHOOK = False
URL = None
# OPTIONAL
SUDO_USERS = [] # List of id's (not usernames) for users which have sudo access to the bot.
SUPPORT_USERS = [] # List of id's (not usernames) for users which are allowed to gban, but can also be banned.
WHITELIST_USERS = []
DONATION_LINK = None
CERT_PATH = None
PORT = 5000
DEL_CMDS = False
STRICT_GBAN = False
STRICT_GMUTE = False
WORKERS = 8
BAN_STICKER = 'CAADAgADOwADPPEcAXkko5EB3YGYAg'
ALLOW_EXCL = False