We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A feature that can move or swap items in the queue to other positions For example:
/swap 1 2
/move 1 3
Tasks (like amongus)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A feature that can move or swap items in the queue to other positions
For example:
/swap 1 2
will swap songs in position 1 and 2 in queue, and/move 1 3
will move 1 to position 3, making song 2 now song 1 in queue, and song 3 now song 2 in queue.Tasks (like amongus)
The text was updated successfully, but these errors were encountered: