Typehint gateway.py #44

Merged
paris-ci merged 8 commits from pr7422 into 2.0 2021-09-02 20:50:19 +00:00
Showing only changes of commit ace6f26a29 - Show all commits

View File

@@ -255,6 +255,9 @@ class VoiceClient(VoiceProtocol):
self.encoder: Encoder = MISSING
self._lite_nonce: int = 0
self.ws: DiscordVoiceWebSocket = MISSING
self.ip: str = MISSING
self.port: Tuple[Any, ...] = MISSING
warn_nacl = not has_nacl
supported_modes: Tuple[SupportedModes, ...] = (