Browse Source

continue

pull/10210/head
DA-344 1 month ago
parent
commit
60b95327a4
  1. 2
      discord/voice_state.py

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

Loading…
Cancel
Save