mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-11 01:22:48 +00:00
wip ui for pubg
This commit is contained in:
@@ -20,6 +20,11 @@ type configFile struct {
|
||||
SoundsPath string `json:"SoundsPath"`
|
||||
UploadPassword string `json:"UploadPassword"`
|
||||
ServerAddr string `json:"ServerAddr`
|
||||
Pubg struct {
|
||||
Enabled bool `json:"enabled"`
|
||||
APIKey string `json:"apiKey"`
|
||||
Players []string `json:"players"`
|
||||
} `json:"pubg"`
|
||||
}
|
||||
|
||||
type configFlags struct {
|
||||
|
||||
Reference in New Issue
Block a user