tokens -> config

This commit is contained in:
Chris Ham
2017-08-03 07:52:17 -07:00
parent 9a0a0dae15
commit b52ec4c896
3 changed files with 19 additions and 9 deletions

6
config.json.example Executable file
View File

@@ -0,0 +1,6 @@
{
"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
}