From ace6f26a29b67b4b163a775b4e300130488443ee Mon Sep 17 00:00:00 2001 From: TheLeadingLlama <44980366+StockerMC@users.noreply.github.com> Date: Thu, 19 Aug 2021 18:40:36 -0400 Subject: [PATCH] Add relevant typehints to gateway.py to voice_client.py --- discord/voice_client.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/discord/voice_client.py b/discord/voice_client.py index 6816fa3e..4c8c3e85 100644 --- a/discord/voice_client.py +++ b/discord/voice_client.py @@ -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, ...] = (