initial commit for sfx functionality

This commit is contained in:
Chris Ham
2017-07-14 08:27:18 -07:00
commit 8790469dc8
82 changed files with 610 additions and 0 deletions

6
tokens.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
}