From 60b95327a4beb20ea8a5de9bd51b3b7e2666fa7e Mon Sep 17 00:00:00 2001 From: DA-344 <108473820+DA-344@users.noreply.github.com> Date: Thu, 19 Jun 2025 09:37:05 +0200 Subject: [PATCH] continue --- discord/voice_state.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/voice_state.py b/discord/voice_state.py index 57cce010f..a53789070 100644 --- a/discord/voice_state.py +++ b/discord/voice_state.py @@ -645,6 +645,8 @@ class VoiceConnectionState: if self.state is not ConnectionFlowState.disconnected: await self.disconnect() break + else: + continue _log.debug('Not handling close code %s (%s)', exc.code, exc.reason or 'no reason')