diff --git a/bot/config.go b/bot/config.go index 3b17cfa..b22da79 100644 --- a/bot/config.go +++ b/bot/config.go @@ -19,17 +19,12 @@ type ( HandlerConfig struct { Reaction ReactionConfig `mapstructure:"reaction"` - Weather WeatherConfig `mapstructure:"weather"` } ReactionConfig struct { Emojis []string Channels []string } - - WeatherConfig struct { - Token string `mapstructure:"token"` - } ) func NewConfig() Config {