acbot/config-example.py

22 lines
392 B
Python

prefix = "!" #the prefix for the bot commands
token = "" #the login token of the bot
sqlServer = ""
sqlUser = ""
sqlPassword = ""
sqlDatabase = ""
roleMap = {
"tilera" : "tilera",
"Server Administration" : "admin",
"Anvilcraft Team" : "team",
"Moderator" : "mod",
"Mod Dev" : "dev",
"Modpack Creator" : "modpack",
"YOUTUBER" : "youtube",
"Streamer" : "stream"
}
ignoreRoles = [
"Bot"
]