diff --git a/discord/voice_client.py b/discord/voice_client.py index fe89d62a5..9fcc4ea7a 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