mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-09 08:32:48 +00:00
17 lines
313 B
JSON
17 lines
313 B
JSON
{
|
|
"token": "",
|
|
"client_id": "",
|
|
"client_secret": "",
|
|
"redirect_uri": "https://localhost/oauth",
|
|
|
|
"bot_prefix": "#",
|
|
|
|
"admin_emails": ["mail@example.com"],
|
|
"mod_emails": ["mail@example.com"],
|
|
|
|
"jwt_secret": "generate a random secret string here",
|
|
"server_addr": "0.0.0.0:80",
|
|
|
|
"logger": true
|
|
}
|