forked from rkhous/CSPM
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.py.example.py
More file actions
17 lines (15 loc) · 971 Bytes
/
config.py.example.py
File metadata and controls
17 lines (15 loc) · 971 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
bot_channel = '12345' #limit users to using the bot in this channel, right click and copy ID.
token= 'XXXX12345' #discord bot token (NOT bot ID)
website = 'http://mapnamehere.com' #URL to map if you want the .map function to work, simply gives the users the website
log_channel = '01234' #Add a log channel, copy the ID here, give this bot access to the channel.
admin_channel = '0123456' #Add an admin channel for updategymname (admin only) and list (admin or bot) commands. To disable use admin_channel = 'disabled'
#####DATABASE, limited to MySQL and MariaDB#####
host = 'localhost' #host
user = 'username' #database user
password = 'password' #database password
database = 'database_name' #database name
########Custom Fields#########
instance_id = 'instance_name'
legendary_id = '381'
curfew = 'true' #set to true to disable posts from 7:30pm to 5:00am
admin_role_id = 'disabled' #set to admin_role_id to allow overrides of various commands like !deleteraid