Skip to main content

!queue ๐Ÿ“œ

Display and manage the queued tracks in your server.

Music Voice Channel Required

Aliasesโ€‹

!q !songs !tracks

Permissionsโ€‹

none - Everyone can use this command.

Overviewโ€‹

Using !queue by itself will display all the queued tracks in your server that are waiting to be played. The message includes controls you can click in order to navigate the list of queued tracks.

By supplying 'play', 'shuffle', 'delete' or 'clear' with !queue, you can manipulate the queued tracks.

You're limited to having 500 queued tracks at a time in a server, any more tracks will be cut off.

Usageโ€‹

View the queue: !queue
Example: !q
(Displays the currently queued tracks in your server)

Skip ahead in the queue: !queue play <trackId>
Example: !q p 3, !q s 3, !queue play 3, !queue skip 3
(Skip to and immediately start playing track 3 in the queue)

Remove track from the queue: !queue remove <trackId>
Example: !q r 5, !q d 5, !queue remove 5, !queue delete 5
(Remove track 5 from the queue)

Remove a range of tracks from the queue: !queue remove <from - to>
Example: !q d 7-21
(Remove tracks 7 to 21 from the queue)

Clear all tracks from the queue: !queue clear
Example: !q clear, !q c (Delete all tracks in the queue)

Shuffle the queue: !queue shuffle (same as !shuffle)
Example: !q shuffle, !q sh
(Shuffles all tracks in the queue)