diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-15 18:17:12 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-04-15 18:17:12 +0200 |
| commit | 7d4e050c3f709dc192c1aef66b26221436a0e7f5 (patch) | |
| tree | 770a7ed878e2d5cb47aa8b0085870ccc5ea7630b /main.go | |
| parent | 3eab56e3682013510bc0c13963fdd4791f249318 (diff) | |
feat(event): remove copaing on leave
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -117,4 +117,5 @@ func main() { func afterInit(dg *discordgo.Session) { dg.AddHandler(xp.OnMessage) dg.AddHandler(xp.OnVoiceUpdate) + dg.AddHandler(xp.OnLeave) } |
