aboutsummaryrefslogtreecommitdiff
path: root/discord/voice_client.py
diff options
context:
space:
mode:
authorJosh <[email protected]>2021-05-06 21:51:07 +1000
committerGitHub <[email protected]>2021-05-06 07:51:07 -0400
commit3864fb37a0814345913c7ca4fd1978fa5e2ef7e2 (patch)
treee5a411b6e35fe3485381880a40223cc574d5e2e9 /discord/voice_client.py
parentTypehint emoji classes (diff)
downloaddiscord.py-3864fb37a0814345913c7ca4fd1978fa5e2ef7e2.tar.xz
discord.py-3864fb37a0814345913c7ca4fd1978fa5e2ef7e2.zip
Fix various reference issues in documentation
Co-Authored-By: Riley Shaw <[email protected]>
Diffstat (limited to 'discord/voice_client.py')
-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 bca338ed..246ed7b6 100644
--- a/discord/voice_client.py
+++ b/discord/voice_client.py
@@ -71,7 +71,7 @@ class VoiceProtocol:
This class allows you to implement a protocol to allow for an external
method of sending voice, such as Lavalink_ or a native library implementation.
- These classes are passed to :meth:`abc.Connectable.connect`.
+ These classes are passed to :meth:`abc.Connectable.connect <VoiceChannel.connect>`.
.. _Lavalink: https://github.com/freyacodes/Lavalink