Files
ghbot/config.json
2018-09-25 12:12:26 -07:00

48 lines
1.3 KiB
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": {
"channel": "#greenham",
"botLogin": {
"username": "greenhambot",
"oauth": "oauth:90aunml4vwyt7zgulm7s5m7xt4hnpc"
},
"editorLogin": {
"username": "greenham",
"oauth": "oauth:gmi4sjl3k0we0d4gsppkrcqcjpdma6"
},
"cmdPrefix": "$",
"admins": ["greenham","greenhambot"],
"blacklistedUsers": [],
"ircServer" : "irc.chat.twitch.tv",
"debug": false
},
"obs": {
"websocket": {
"address": "192.168.0.111:4444",
"password": "goodnewseveryone"
}
},
"defaultSceneName": "fgfm",
"commercialSceneName": "commercial",
"currentActivitySceneItemName": "now-showing-txt",
"initialQueueSize": 3,
"recentlyPlayedMemory": 5,
"roomGrindChance": 25,
"roomGrindPlaytime": 1800,
"videoPollSize": 5,
"videoPollIntervalMinutes": 15,
"commercialsEnabled": false,
"commercialInterval": 3600,
"auwChance": 25,
"defaultSRVolume": 75,
"vodConfigFile": "./conf/vods.json",
"debug": false
}