mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
fix usage/syntax info in command_audioset_autoplay_playlist docstring (#5592)
Co-authored-by: Flame442 <34169552+Flame442@users.noreply.github.com>
This commit is contained in:
parent
6cda937ec2
commit
3f749b840f
@ -464,7 +464,7 @@ class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
"""Set a playlist to auto-play songs from.
|
"""Set a playlist to auto-play songs from.
|
||||||
|
|
||||||
**Usage**:
|
**Usage**:
|
||||||
`[p]audioset autoplay playlist_name_OR_id [args]`
|
`[p]audioset autoplay playlist playlist_name_OR_id [args]`
|
||||||
|
|
||||||
**Args**:
|
**Args**:
|
||||||
The following are all optional:
|
The following are all optional:
|
||||||
@ -487,9 +487,9 @@ class AudioSetCommands(MixinMeta, metaclass=CompositeMetaClass):
|
|||||||
Exact guild name
|
Exact guild name
|
||||||
|
|
||||||
Example use:
|
Example use:
|
||||||
`[p]audioset autoplay MyGuildPlaylist`
|
`[p]audioset autoplay playlist MyGuildPlaylist`
|
||||||
`[p]audioset autoplay MyGlobalPlaylist --scope Global`
|
`[p]audioset autoplay playlist MyGlobalPlaylist --scope Global`
|
||||||
`[p]audioset autoplay PersonalPlaylist --scope User --author Draper`
|
`[p]audioset autoplay playlist PersonalPlaylist --scope User --author Draper`
|
||||||
"""
|
"""
|
||||||
if self.playlist_api is None:
|
if self.playlist_api is None:
|
||||||
return await self.send_embed_msg(
|
return await self.send_embed_msg(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user