diff --git a/main.go b/main.go index 0e4bb41..32d5f6e 100644 --- a/main.go +++ b/main.go @@ -964,6 +964,7 @@ func main() { if err := saveGuildCfgs(); err != nil { log.Printf("Speichern zum Shutdown fehlgeschlagen: %v", err) } + closeDB() _ = s.Close() }