avleen
6 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
discord/voice_state.py
|
|
@ -208,6 +208,7 @@ class VoiceConnectionState: |
|
|
|
self.mode: SupportedModes = MISSING |
|
|
|
self.socket: socket.socket = MISSING |
|
|
|
self.ws: DiscordVoiceWebSocket = MISSING |
|
|
|
self.loop: asyncio.AbstractEventLoop = MISSING |
|
|
|
|
|
|
|
self._state: ConnectionFlowState = ConnectionFlowState.disconnected |
|
|
|
self._expecting_disconnect: bool = False |
|
|
|