lbry-wunderbot/config/default.json.example
2017-11-07 11:13:00 -08:00

45 lines
1.6 KiB
Text

{
// Bot configuration
"bot": {
"token":"discordbottoken",
"prefix": "!",
"debug": false
},
"lbrycrd": {
"port": 9245,
"user": "lbry",
"pass": "lbry"
},
//define channels for Commands.js usage
"Channels":{
"verification": "374345193320611851",
"mining": "374221161367601152",
"random": "375030404198957056"
},
"speechbot":{
"channels": ["324399471087714315","373251793498406912","324400517075959808"], // Channels speech bot is allowed to post in
"mainchannel": "373251793498406912" // Main Speech Bot channel for directing with help message
},
"pricebot":{
"channels": ["373172043652268032","373251793498406912"], // Channels price bot is allowed to post in
"mainchannel": "373172043652268032" // Main Price Bot channel for directing with help message
},
"gitrelease":{
"channel": "373172043652268032" // Channel to send release info to using <!releasenotes post>
},
"spamdetection":{
"channels": ["324400517075959808","373251793498406912"], // Channels excluded from Spam Detection
"users" : ["244245498746241025"] // Users to exclude from Spam Detection
},
"hashbot":{
"channels": ["374221161367601152"], // Channels Hash Bot is allowed to post in
"mainchannel" : "374221161367601152" // Main Hash Bot channel for directing with help message
},
"statsbot":{
"channels": ["373172043652268032","373172043652268032"], // Channels Stats Bot is allowed to post in
"mainchannel" : "373172043652268032" // Main Stats Bot channel for directing with help message
},
"rolelist":{
"allowedroles": ["Role1","Role2"]
}
}