lbry-wunderbot/config/default.json.example
Ralph 10cadc9002
Updated List
Changed the way the rolesetter reads the config to make it easier and less repetitive.
2017-10-27 15:55:35 -04:00

23 lines
506 B
Text

{
// Bot configuration
"bot": {
"token":"discordbottoken",
"prefix": "!",
"debug": false
},
"lbrycrd": {
"port": 9245,
"user": "lbry",
"pass": "lbry"
},
"mongodb": {
"url":"mongodb://localhost:27017/wunderbot"
},
"moderation":{
"perms": ["LBRY MODS","LBRY TEAM"], // Roles that have access to all commands.
"logchannel": "371620338263523328" // Channel to log the bots moderation..
},
"rolelist":{
"allowedroles": ["Role1","Role2"]
}
}