From ca9e531541a4034e045cb646b7e35a12b7243f1a Mon Sep 17 00:00:00 2001 From: aki Date: Thu, 24 Apr 2025 01:40:14 +0800 Subject: [PATCH] pause fix again hope -o- --- src/structures/ShoukakuEvents.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; },