{ // 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"] } }