[3.4] [Docs] Correct set api examples to be consistent for Spotify (#5444) (#5482)

* consistant usage

* switch audiodb to youtube

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>.
(cherry picked from commit bae85c35c1)

Co-authored-by: Ryan <yamikaitou@gmail.com>

Co-authored-by: Ryan <yamikaitou@gmail.com>
This commit is contained in:
jack1142
2021-12-25 01:21:25 +01:00
committed by GitHub
parent 8c2d589c17
commit 4afa4f77e0
2 changed files with 6 additions and 6 deletions

View File

@@ -2455,7 +2455,7 @@ list of key,values as described by the cog requesting this command.
**Examples:**
- ``[p]set api Spotify redirect_uri localhost``
- ``[p]set api spotify redirect_uri localhost``
- ``[p]set api github client_id,whoops client_secret,whoops``
**Arguments:**
@@ -2500,8 +2500,8 @@ set api remove
Remove the given services with all their keys and tokens.
**Examples:**
- ``[p]set api remove Spotify``
- ``[p]set api remove github audiodb``
- ``[p]set api remove spotify``
- ``[p]set api remove github youtube``
**Arguments:**
- ``<services...>`` - The services to remove.