diff options
| author | Cryptex <[email protected]> | 2021-04-18 20:12:05 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-18 23:12:05 -0400 |
| commit | 8d74fad474ebce1814fca36de4fc264d08f65ed2 (patch) | |
| tree | 1b0ce644b476cf0b98aa62f7df3bc6f573e50247 | |
| parent | Add `MessageType.guild_invite_reminder` (diff) | |
| download | discord.py-8d74fad474ebce1814fca36de4fc264d08f65ed2.tar.xz discord.py-8d74fad474ebce1814fca36de4fc264d08f65ed2.zip | |
Update lavalink's repo url
| -rw-r--r-- | discord/voice_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/voice_client.py b/discord/voice_client.py index d3540e0e..bca338ed 100644 --- a/discord/voice_client.py +++ b/discord/voice_client.py @@ -73,7 +73,7 @@ class VoiceProtocol: These classes are passed to :meth:`abc.Connectable.connect`. - .. _Lavalink: https://github.com/Frederikam/Lavalink + .. _Lavalink: https://github.com/freyacodes/Lavalink Parameters ------------ |