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
Currently !song promote <number> swaps the promoted song with the first song instead of putting it at the head of the queue.
!song promote <number>
CC: @louis6321 @Jqnxyz
The text was updated successfully, but these errors were encountered:
Mentoring instructions. This is not supposed to be a swap: https://github.com/udoprog/setmod/blob/master/bot/src/player.rs#L1145
Sorry, something went wrong.
1e4e711
Merge pull request #31 from Jqnxyz/master
84db2fd
Fix song promote (fixes #30)
5a8e4e2
Updated player.rs to move songs to front of queue instead of swapping.
No branches or pull requests
Currently
!song promote <number>
swaps the promoted song with the first song instead of putting it at the head of the queue.CC: @louis6321 @Jqnxyz
The text was updated successfully, but these errors were encountered: