feat(event): remove copaing on leave
This commit is contained in:
parent
3eab56e368
commit
7d4e050c3f
2 changed files with 7 additions and 0 deletions
1
main.go
1
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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue