aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/voice_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/voice_client.py b/discord/voice_client.py
index fe89d62a..9fcc4ea7 100644
--- a/discord/voice_client.py
+++ b/discord/voice_client.py
@@ -256,7 +256,7 @@ class VoiceClient:
def disconnect(self, *, force=False):
"""|coro|
- Disconnects all connections to the voice client.
+ Disconnects this voice client from voice.
"""
if not force and not self._connected.is_set():
return