Skip to content

Commit ad0c18d

Browse files
committed
None -> MISSING
1 parent 7327f87 commit ad0c18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/voice_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def __init__(self, voice_client: VoiceClient, *, hook: Optional[WebsocketHook] =
208208
self.mode: SupportedModes = MISSING
209209
self.socket: socket.socket = MISSING
210210
self.ws: DiscordVoiceWebSocket = MISSING
211-
self.loop: asyncio.AbstractEventLoop = None
211+
self.loop: asyncio.AbstractEventLoop = MISSING
212212

213213
self._state: ConnectionFlowState = ConnectionFlowState.disconnected
214214
self._expecting_disconnect: bool = False

0 commit comments

Comments
 (0)