Skip to content

Conversation

@code-chaser
Copy link
Owner

Changes:

  • Fixes [BUG]: Map music_queue and other player properties to ctx.guild.id #21
  • music_queue is now circular; i.e. after the last track, first track starts playing if loop_queue is True;
  • New Commands :
    • playm : enqueue multiple tracks, each separated by ;;
    • dplaym : download and enqueue multiple tracks, each separated by ;;
      basically, we can say - playm : play :: dplaym : dplay ;
    • previous : starts playing the previous track if it exists;
    • next : starts playing the next track if it exists;
    • loop : loops the current queue;
    • repeat : repeats the currently playing track;
    • restart : restarts the currently playing track;

@code-chaser code-chaser self-assigned this Jun 25, 2022
@code-chaser code-chaser merged commit b3606f3 into main Jun 25, 2022
@code-chaser code-chaser deleted the reimplement-music-commands branch June 25, 2022 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: Map music_queue and other player properties to ctx.guild.id

2 participants