update config example
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user