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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user