mirror of
https://github.com/mgerb/go-discord-bot
synced 2026-01-10 09:02:49 +00:00
added logger
This commit is contained in:
@@ -31,7 +31,8 @@ type configFile struct {
|
||||
ServerAddr string `json:"server_addr"`
|
||||
JWTKey string `json:"jwt_key"`
|
||||
|
||||
Logging bool `json:"logging"`
|
||||
Logger bool `json:"logger"`
|
||||
Database string `json:"database"`
|
||||
}
|
||||
|
||||
type configFlags struct {
|
||||
|
||||
Reference in New Issue
Block a user