diff --git a/src/structures/ShoukakuEvents.js b/src/structures/ShoukakuEvents.js index f2803a9..53bf93b 100644 --- a/src/structures/ShoukakuEvents.js +++ b/src/structures/ShoukakuEvents.js @@ -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; },