1
0
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:
2018-04-09 23:24:19 -05:00
parent 0fe7468506
commit 3e0cd3c948
10 changed files with 245 additions and 4 deletions

View File

@@ -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 {