2017-10-25 21:12:38 +02:00
|
|
|
{
|
|
|
|
// Bot configuration
|
|
|
|
"bot": {
|
|
|
|
"token":"discordbottoken",
|
|
|
|
"prefix": "!",
|
|
|
|
"debug": false
|
|
|
|
},
|
|
|
|
"lbrycrd": {
|
|
|
|
"port": 9245,
|
|
|
|
"user": "lbry",
|
|
|
|
"pass": "lbry"
|
|
|
|
},
|
|
|
|
"mongodb": {
|
|
|
|
"url":"mongodb://localhost:27017/wunderbot"
|
|
|
|
},
|
|
|
|
"moderation":{
|
2018-02-06 08:53:59 +01:00
|
|
|
"perms": ["LBRY MODS","LBRY TEAM"], // Roles that have access to all commands.
|
|
|
|
"logchannel": "371620338263523328", // Channel to log the bots moderation.
|
|
|
|
"sandboxchannel": "369896313082478594" // Channel for bot sandbox.
|
2017-10-25 21:12:38 +02:00
|
|
|
}
|
2018-02-06 08:53:59 +01:00
|
|
|
}
|