diff --git a/config.json.example b/config.json.example index df96360..03bd9c7 100755 --- a/config.json.example +++ b/config.json.example @@ -1,6 +1,10 @@ { - "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 + "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 } \ No newline at end of file