From 69c6b9c1246e0c49805b9e99ac1bd8d52027ae5f Mon Sep 17 00:00:00 2001 From: Chris Ham Date: Thu, 3 Aug 2017 07:55:02 -0700 Subject: [PATCH] update config example --- config.json.example | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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