updated default configuration

This commit is contained in:
Niko Storni 2018-02-22 02:26:35 +01:00 committed by Niko Storni
parent f2c784dc23
commit 6cfd4f578e
No known key found for this signature in database
GPG key ID: F37FE63398800368

View file

@ -1,5 +1,4 @@
{ {
// Bot configuration
"bot": { "bot": {
"token": "discordbottoken", "token": "discordbottoken",
"prefix": "!", "prefix": "!",
@ -10,12 +9,5 @@
"user": "lbry", "user": "lbry",
"pass": "lbry" "pass": "lbry"
}, },
"mongodb": { "sandboxchannel": "#369896313082478594"
"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.
"sandboxchannel": "369896313082478594" // Channel for bot sandbox.
}
} }