Files
ghbot/config.json
2018-09-10 21:02:25 -07:00

27 lines
708 B
JSON
Executable File

{
"botName": "greenhambot",
"d_token": "MjkyNzAxNjg2NjE3ODY2MjUx.DEfe6Q.ShdWRL77BYgfKlW_oFvUwaiAn5Q",
"adminID": "88301001169207296",
"prefix": "!",
"passes": 2,
"allowedSfxChannels": "bot|alttp-alerts",
"sfxVolume": 0.3,
"botChannel": "bot",
"textCmdCooldown": 5,
"twitch": {
"ircServer" : "irc.chat.twitch.tv",
"username": "greenhambot",
"oauth": "oauth:90aunml4vwyt7zgulm7s5m7xt4hnpc",
"channels": ["#greenham"],
"cmdPrefix": "$",
"blacklistedUsers": [],
"admins": ["greenham","greenhambot"]
},
"obs": {
"websocket": {
"address": "192.168.0.111:4444",
"password": "goodnewseveryone"
}
},
"debug": false
}