Cakey Bot has several sorting methods to help you keep your queue clean and organized. You can also bulk remove songs from the queue using these filters too!
These options allow you to re-sort songs that are currently in the queue. It will not affect the currently playong song.
This will sort all of the songs in the queue based on their title. You can sort by ASC or DESC using the /sortqueue title <asc/desc>
command.
This will sort all of the songs in the queue based on their author. You can sort by ASC or DESC using the /sortqueue author <asc/desc>
command.
This will sort all of the songs in the queue based on their total length/duration. You can sort by ASC or DESC using the /sortqueue length <asc/desc>
command.
This will reverse the order of every song in the queue. You can reverse the queue by using the /sortqueue reverse
command.
This will allow you to swap the position of two different songs in the queue. You can do this by running the /sortqueue swap <firstTrackId> <secondTrackId>
command.
You must use the numeric ID of the songs in the queue for this command.
These options allow you to remove a few songs or bulk remove a ton of songs from the queue using a few different filters. This can help remove spam and keep the queue clean overall.
This will remove the very first song in the queue. You can remove the first song by using the /remove first
command.
This will remove the last song in the queue. You can remove the last song by using the /remove last
command.
This will remove a specific song from the queue. You can remove the song by using the /remove single <trackId>
command.
This will remove a a range of tracks from the queue. You can remove the range of songs by using the /remove range <firstTrackId> <secondTrackId>
command.
You must use the numeric ID of the songs in the queue for this command.
This will remove any duplicate or repeat songs from the queue. You can remove the duplicates by using the /remove duplicates
command.
This will remove any songs that were added to the queue by any suers who are no longer in the voice channel with the bot. You can remove these songs by using the /remove userleft
command.
This will remove any songs that were added to the queue by a specific user. You can remove these songs by using the /remove user <user>
command.
This will remove any songs where the title of the song contains the provided keyword. This can be useful to remove inappropriate or "ear rape" type songs. You can remove these songs by using the /remove keyword <keyword>
command.