From 305cc3acfa1f47161538a95a93f13074ae73eb6d Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 16 Sep 2017 13:29:36 -0400 Subject: [PATCH] Clarify VoiceClient.disconnect docs a little more. --- discord/voice_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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