Browse Source

Fix attribute error during rapid disconnects in VoiceClient.

Fix #6039
pull/6076/head
Rapptz 4 years ago
parent
commit
b76b5b42c0
  1. 1
      discord/voice_client.py

1
discord/voice_client.py

@ -220,6 +220,7 @@ class VoiceClient(VoiceProtocol):
self._player = None
self.encoder = None
self._lite_nonce = 0
self.ws = None
warn_nacl = not has_nacl
supported_modes = (

Loading…
Cancel
Save