diff --git a/src/discord/MusicPlayer/Join.ts b/src/discord/MusicPlayer/Join.ts index c22e6b8..b13b844 100644 --- a/src/discord/MusicPlayer/Join.ts +++ b/src/discord/MusicPlayer/Join.ts @@ -178,6 +178,8 @@ export async function joinVoiceChannelProcedure (data: Interaction | Message, in if (event.instance.textChannel) { await sendMessage(event.instance.textChannel, undefined, { embeds: [EMBEDS.VOICECHANNEL_DISCONNECTED(data)] }); } + + DiscordMusicPlayer.destoryGuildInstance(event.instance.voiceChannel.guildId); }); }