1
0
mirror of https://github.com/mgerb/go-discord-bot synced 2026-01-10 09:02:49 +00:00
Files
go-discord-bot/config.template.json
2018-02-18 16:36:29 -06:00

17 lines
336 B
JSON

{
"token": "",
"client_id": "",
"client_secret": "",
"redirect_uri": "",
"upload_password": "",
"bot_prefix": "#",
"sounds_path": "./sounds/",
"clips_path": "./clips/",
"server_addr": "0.0.0.0:80",
"pubg": {
"api_key": "",
"enabled": false,
"players": ["player1"]
}
}