aboutsummaryrefslogtreecommitdiff
path: root/discord/abc.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/abc.py')
-rw-r--r--discord/abc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/abc.py b/discord/abc.py
index 60867049..002980a4 100644
--- a/discord/abc.py
+++ b/discord/abc.py
@@ -955,7 +955,7 @@ class Connectable(metaclass=abc.ABCMeta):
:class:`VoiceClient`
A voice client that is fully connected to the voice server.
"""
- key_id, key_name = self._get_voice_client_key()
+ key_id, _ = self._get_voice_client_key()
state = self._state
if state._get_voice_client(key_id):