Queue
Introduction to the mechanics of controlling the queue of a music player.
Introduction
The bot allows you to control the queue. You can delete a certain track, mix or reverse the queue - all this can be done with simple commands.
Delete tracks
You can delete all tracks by writing /queue delete
. No arguments need to be filled in.
To delete a certain track, find its position in the queue with the /queue view
command, and write /queue delete <track position>
.
Example: /queue delete 3
.
There is also an option to delete multiple tracks (range) at once. To do this, find the position of the track that starts the range and the last track that ends it. Then write /queue delete <first position> <last position>
.
Example: /queue delete 4 10
(will delete all tracks in the range from the fourth to the tenth inclusive)
Shuffle
Shuffling a queue is very easy, just write /queue shuffle
.
Shuffle backwards
To do this, write /queue reverse
.
View queue
You can view the queue with the /queue view
command.