Fix shutup

This commit is contained in:
Watn3y 2023-03-05 05:17:17 +01:00
parent e0f0f2d282
commit c63dbc666d

View file

@ -43,4 +43,5 @@ func LoadConfig() {
fmt.Printf("%+v\n", BotConfig)
}
BotConfig.Shutup = make(map[int64]time.Time)
}