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')