lbry-tipbot/config/default.json.example
Fillerino f018335f7b Tipbot is here!
Please review!
2017-10-25 21:12:38 +02:00

20 lines
No EOL
449 B
Text

{
// 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..
}
}