From 7d4e050c3f709dc192c1aef66b26221436a0e7f5 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Mon, 15 Apr 2024 18:17:12 +0200 Subject: feat(event): remove copaing on leave --- main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'main.go') diff --git a/main.go b/main.go index d6a97f9..4cd19fa 100644 --- a/main.go +++ b/main.go @@ -117,4 +117,5 @@ func main() { func afterInit(dg *discordgo.Session) { dg.AddHandler(xp.OnMessage) dg.AddHandler(xp.OnVoiceUpdate) + dg.AddHandler(xp.OnLeave) } -- cgit v1.2.3