diff options
Diffstat (limited to 'discord/voice_client.py')
| -rw-r--r-- | discord/voice_client.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/discord/voice_client.py b/discord/voice_client.py index 627c6159..67fd2efa 100644 --- a/discord/voice_client.py +++ b/discord/voice_client.py @@ -62,8 +62,8 @@ from .player import AudioPlayer, AudioSource class VoiceClient: """Represents a Discord voice connection. - This client is created solely through :meth:`Client.join_voice_channel` - and its only purpose is to transmit voice. + You do not create these, you typically get them from + e.g. :meth:`VoiceChannel.connect`. Warning -------- |