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

wip - oauth

This commit is contained in:
2018-02-09 23:58:23 -06:00
parent 1fdeb3783a
commit 33c6e8e3fc
10 changed files with 195 additions and 27 deletions

View File

@@ -1,13 +1,16 @@
{
"Token": "",
"BotPrefix": "#",
"SoundsPath": "./sounds/",
"ClipsPath": "./clips/",
"UploadPassword": "",
"ServerAddr": ":80",
"token": "",
"client_id": "",
"client_secret": "",
"redirect_uri": "",
"bot_prefix": "#",
"sounds_path": "./sounds/",
"clips_path": "./clips/",
"upload_password": "",
"server_addr": "0.0.0.0:80",
"pubg": {
"apiKey": "",
"enabled": true,
"api_key": "",
"enabled": false,
"players": ["player1"]
}
}