1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 00:52:48 +00:00

added server address to config

This commit is contained in:
2017-02-04 00:59:30 +00:00
parent cb19c43515
commit c08cf8a4cb
19 changed files with 108 additions and 134 deletions

View File

@@ -1,4 +1,7 @@
{
"Token": "",
"BotPrefix": "#"
"BotPrefix": "#",
"SoundsPath": "./sounds/",
"UploadPassword": "",
"ServerAddr": ":80"
}