aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.go b/main.go
index bbe995e..caede84 100644
--- a/main.go
+++ b/main.go
@@ -51,6 +51,8 @@ func main() {
AfterInit: afterInit,
}
bot.Start()
+
+ xp.CloseRedisClient()
}
func afterInit(dg *discordgo.Session) {