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

use oauth for file uploads

This commit is contained in:
2018-02-19 16:06:33 -06:00
parent 79b4fecd3c
commit 02fe8e1748
16 changed files with 490 additions and 286 deletions

View File

@@ -3,11 +3,17 @@
"client_id": "",
"client_secret": "",
"redirect_uri": "",
"upload_password": "",
"bot_prefix": "#",
"admin_emails": ["mail@example.com"],
"jwt_key": "",
"server_addr": "0.0.0.0:80",
"sounds_path": "./sounds/",
"clips_path": "./clips/",
"server_addr": "0.0.0.0:80",
"pubg": {
"api_key": "",
"enabled": false,