From 7cee6d0c53a9a06c074fa4beb9d2f764496de2ca Mon Sep 17 00:00:00 2001 From: Harmon Date: Mon, 20 Nov 2023 17:31:08 -0600 Subject: [PATCH] [Discord] Update URL in audio command documentation --- Discord/cogs/audio.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Discord/cogs/audio.py b/Discord/cogs/audio.py index 0ab43da7e3..6e29c33136 100644 --- a/Discord/cogs/audio.py +++ b/Discord/cogs/audio.py @@ -60,7 +60,7 @@ async def audio(self, ctx, *, query: str): For cleanup of audio commands, the Manage Messages permission is required Supported sites: - https://rg3.github.io/youtube-dl/supportedsites.html + https://ytdl-org.github.io/youtube-dl/supportedsites.html Spotify Parameters @@ -120,7 +120,7 @@ async def spotify(self, ctx, *, query: str): For cleanup of audio commands, the Manage Messages permission is required Supported sites: - https://rg3.github.io/youtube-dl/supportedsites.html + https://ytdl-org.github.io/youtube-dl/supportedsites.html Spotify Parameters @@ -159,7 +159,7 @@ async def youtube(self, ctx, *, query: str): For cleanup of audio commands, the Manage Messages permission is required Supported sites: - https://rg3.github.io/youtube-dl/supportedsites.html + https://ytdl-org.github.io/youtube-dl/supportedsites.html Spotify Parameters