Skip to content

Commit

Permalink
Clarification.
Browse files Browse the repository at this point in the history
Clarify that the playlist plays the first few songs in order only if nothing else is playing first.
Also ran black.
  • Loading branch information
BabyBoySnow committed Nov 30, 2023
1 parent 8f36dad commit 579eeb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions musicbot/bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -1758,10 +1758,10 @@ async def cmd_shuffleplay(
"""Usage:
{command_prefix}shuffleplay playlist_link
Adds a playlist to be shhuffled then played. Shorthand for doing {command_prefix}play and then {command_prefix}shuffle
The first few songs will be in the correct order as the rest of the playlist is downloaded.
If nothing is playing, then the first few songs will be played in order while the rest of the playlist downloads.
"""
#TO-DO, don't play the first few songs so the entire playlist can be shuffled
#In my test run it's only 2-3 songs that get played in the order this is because of how the _cmd_play works.
# TO-DO, don't play the first few songs so the entire playlist can be shuffled
# In my test run it's only 2-3 songs that get played in the order this is because of how the _cmd_play works.
return await self._cmd_play(
message,
_player,
Expand Down

0 comments on commit 579eeb3

Please sign in to comment.