main.go aktualisiert
Some checks are pending
release-tag / release-image (push) Has started running

This commit is contained in:
2025-08-11 06:51:21 +00:00
parent 43e0cbda3b
commit 9458392e96

View File

@@ -964,6 +964,7 @@ func main() {
if err := saveGuildCfgs(); err != nil {
log.Printf("Speichern zum Shutdown fehlgeschlagen: %v", err)
}
closeDB()
_ = s.Close()
}