Respect the debug flag in the environment
This commit is contained in:
@@ -10,6 +10,7 @@ var (
|
||||
|
||||
type (
|
||||
Config struct {
|
||||
Debug bool `mapstructure:"debug"`
|
||||
Handler HandlerConfig `mapstructure:"handler"`
|
||||
Prefix string `mapstructure:"prefix"`
|
||||
DiscordToken string `mapstructure:"discord_token"`
|
||||
|
Reference in New Issue
Block a user