mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-08 08:02:49 +00:00
14 lines
258 B
JSON
14 lines
258 B
JSON
{
|
|
"token": "",
|
|
"client_id": "",
|
|
"client_secret": "",
|
|
"redirect_uri": "https://localhost/oauth",
|
|
"default_room_id": "",
|
|
|
|
"bot_prefix": "#",
|
|
|
|
"jwt_secret": "generate a random secret string here",
|
|
"server_addr": "0.0.0.0:80",
|
|
"logger": true
|
|
}
|