lbry-wunderbot/config/default.json.example
2017-10-27 16:02:48 -07:00

26 lines
671 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..
},
"speechbot":{
"channelIDs": ["363085078403874823","363086945976320010","363088045366312962","363084262028607488","369896313082478594","363084227518136322"]
},
"rolelist":{
"allowedroles": ["Role1","Role2"]
}
}