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