mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 16:42:48 +00:00
19 lines
273 B
JSON
19 lines
273 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",
|
|
|
|
"logging": true,
|
|
|
|
"sounds_path": "./sounds/",
|
|
"clips_path": "./clips/"
|
|
}
|