Files
ghbot/config.json.example
2020-05-01 17:49:00 -07:00

37 lines
956 B
JSON
Executable File

{
"botName": "greenhambot",
"debug": false,
"discord": {
"token": "YOUR DISCORD APP TOKEN",
"adminID": "YOUR DISCORD USER ID",
"master": true,
"guilds": {
"GUILD ID": {
"internalName": "GUILD NAME",
"id": "GUILD ID",
"prefix": "!",
"enableSfx": true,
"allowedSfxChannels": "piped|list|of-valid-channels",
"sfxVolume": 0.5,
"passes": 2,
"enableFunFacts": true,
"enableHamFacts": true
},
"SECOND GUILD ID": {
"internalName": "SECOND GUILD NAME",
"id": "SECOND GUILD ID",
"prefix": "!",
"enableSfx": true,
"allowedSfxChannels": "piped|list|of-valid-channels",
"sfxVolume": 0.5,
"passes": 2,
"enableFunFacts": true,
"enableHamFacts": true
},
},
"activities": [
"that gum you like"
],
"blacklistedUsers": []
}
}