Skip to content

Commit

Permalink
updated default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nikooo777 committed Feb 22, 2018
1 parent f2c784d commit 6cfd4f5
Showing 1 changed file with 7 additions and 15 deletions.
22 changes: 7 additions & 15 deletions config/default.json.example
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
{
// Bot configuration
"bot": {
"token":"discordbottoken",
"prefix": "!",
"debug": false
"token": "discordbottoken",
"prefix": "!",
"debug": false
},
"lbrycrd": {
"port": 9245,
"user": "lbry",
"pass": "lbry"
"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.
"sandboxchannel": "369896313082478594" // Channel for bot sandbox.
}
"sandboxchannel": "#369896313082478594"
}

0 comments on commit 6cfd4f5

Please sign in to comment.