From 3f749b840fb7989d26c27ff5c3668148cdbc8dcc Mon Sep 17 00:00:00 2001 From: Alex <58824393+vertyco@users.noreply.github.com> Date: Tue, 1 Nov 2022 12:33:21 -0400 Subject: [PATCH] fix usage/syntax info in command_audioset_autoplay_playlist docstring (#5592) Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com> --- redbot/cogs/audio/core/commands/audioset.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/redbot/cogs/audio/core/commands/audioset.py b/redbot/cogs/audio/core/commands/audioset.py index ae75296bf..2ad0e0bbf 100644 --- a/redbot/cogs/audio/core/commands/audioset.py +++ b/redbot/cogs/audio/core/commands/audioset.py @@ -464,7 +464,7 @@ class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass): """Set a playlist to auto-play songs from. **Usage**: - ​ ​ ​ ​ `[p]audioset autoplay playlist_name_OR_id [args]` + ​ ​ ​ ​ `[p]audioset autoplay playlist playlist_name_OR_id [args]` **Args**: ​ ​ ​ ​ The following are all optional: @@ -487,9 +487,9 @@ class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass): ​ ​ ​ ​ Exact guild name Example use: - ​ ​ ​ ​ `[p]audioset autoplay MyGuildPlaylist` - ​ ​ ​ ​ `[p]audioset autoplay MyGlobalPlaylist --scope Global` - ​ ​ ​ ​ `[p]audioset autoplay PersonalPlaylist --scope User --author Draper` + ​ ​ ​ ​ `[p]audioset autoplay playlist MyGuildPlaylist` + ​ ​ ​ ​ `[p]audioset autoplay playlist MyGlobalPlaylist --scope Global` + ​ ​ ​ ​ `[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper` """ if self.playlist_api is None: return await self.send_embed_msg(