diff options
Diffstat (limited to 'discord/voice_client.py')
| -rw-r--r-- | discord/voice_client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discord/voice_client.py b/discord/voice_client.py index 6f88856e..f92cc24e 100644 --- a/discord/voice_client.py +++ b/discord/voice_client.py @@ -132,7 +132,6 @@ class VoiceClient: async def start_handshake(self): log.info('Starting voice handshake...') - key_id, key_name = self.channel._get_voice_client_key() guild_id, channel_id = self.channel._get_voice_state_pair() state = self._state self.main_ws = ws = state._get_websocket(guild_id) |