update config example

This commit is contained in:
Chris Ham
2017-08-03 07:55:02 -07:00
parent b52ec4c896
commit 69c6b9c124

View File

@@ -1,6 +1,10 @@
{
"botName": "greenhambot",
"d_token": "YOUR DISCORD APP TOKEN",
"adminID": "YOUR DISCORD USER ID",
"prefix" : "++",
"passes" : 1 //can be increased to reduce packetloss at the expense of upload bandwidth, 4-5 should be lossless at the expense of 4-5x upload
"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
}