diff --git a/config/default.json.example b/config/default.json.example index 394c832..2aab9d5 100644 --- a/config/default.json.example +++ b/config/default.json.example @@ -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" }