11 lines
574 B
JSON
Executable File
11 lines
574 B
JSON
Executable File
{
|
|
"botName": "greenhambot",
|
|
"d_token": "YOUR DISCORD APP TOKEN",
|
|
"adminID": "YOUR DISCORD USER ID",
|
|
"prefix": "!", // prefix that must precede all commands
|
|
"botChannel": "bot" // default channel where the bot will post things
|
|
"allowedSfxChannels": "bot", // channels where sfx can be used (separated by pipes)
|
|
"sfxVolume": 0.3,
|
|
"passes": 2, // can be increased to reduce packetloss at the expense of upload bandwidth, 4-5 should be lossless at the expense of 4-5x upload
|
|
"textCmdCooldown": 5 // default cooldown in seconds for all text commands
|
|
} |