mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 00:52:48 +00:00
client: updated everything, deprecated pubg stuff
This commit is contained in:
@@ -1,22 +1,18 @@
|
||||
{
|
||||
"token": "",
|
||||
"client_id": "",
|
||||
"client_secret": "",
|
||||
"redirect_uri": "",
|
||||
"token": "",
|
||||
"client_id": "",
|
||||
"client_secret": "",
|
||||
"redirect_uri": "",
|
||||
|
||||
"bot_prefix": "#",
|
||||
"bot_prefix": "#",
|
||||
|
||||
"admin_emails": ["mail@example.com"],
|
||||
"admin_emails": ["mail@example.com"],
|
||||
|
||||
"jwt_key": "",
|
||||
"server_addr": "0.0.0.0:80",
|
||||
"jwt_key": "",
|
||||
"server_addr": "0.0.0.0:80",
|
||||
|
||||
"sounds_path": "./sounds/",
|
||||
"clips_path": "./clips/",
|
||||
"logging": true,
|
||||
|
||||
"pubg": {
|
||||
"api_key": "",
|
||||
"enabled": false,
|
||||
"players": ["player1"]
|
||||
}
|
||||
"sounds_path": "./sounds/",
|
||||
"clips_path": "./clips/"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user