mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 00:52:48 +00:00
21 lines
371 B
JSON
21 lines
371 B
JSON
{
|
|
"token": "",
|
|
"client_id": "",
|
|
"client_secret": "",
|
|
"redirect_uri": "",
|
|
|
|
"bot_prefix": "#",
|
|
|
|
"admin_emails": ["mail@example.com"],
|
|
"mod_emails": ["mail@example.com"],
|
|
|
|
"jwt_key": "generate a random secret string here",
|
|
"server_addr": "0.0.0.0:80",
|
|
|
|
"logger": true,
|
|
"database": "data.db",
|
|
|
|
"sounds_path": "./sounds/",
|
|
"clips_path": "./clips/"
|
|
}
|