Skip to content

Commit

Permalink
[Discord] Update URL in audio command documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Nov 20, 2023
1 parent 5106f32 commit 7cee6d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Discord/cogs/audio.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7cee6d0

Please sign in to comment.