pause fix again hope -o-

This commit is contained in:
Jose Daniel G. Percy 2025-04-24 01:40:14 +08:00
parent f1991f7716
commit ca9e531541

View File

@ -102,7 +102,7 @@ class MusicPlayer {
// Destroy the player and disconnect
destroy() {
this.connection.disconnect();
this.client.shoukaku.leaveVoiceChannel(this.guild);
musicPlayer.players.delete(this.guild);
return this;
},