mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 08:32:48 +00:00
23 lines
375 B
JSON
23 lines
375 B
JSON
{
|
|
"token": "",
|
|
"client_id": "",
|
|
"client_secret": "",
|
|
"redirect_uri": "",
|
|
|
|
"bot_prefix": "#",
|
|
|
|
"admin_emails": ["mail@example.com"],
|
|
|
|
"jwt_key": "",
|
|
"server_addr": "0.0.0.0:80",
|
|
|
|
"sounds_path": "./sounds/",
|
|
"clips_path": "./clips/",
|
|
|
|
"pubg": {
|
|
"api_key": "",
|
|
"enabled": false,
|
|
"players": ["player1"]
|
|
}
|
|
}
|