# Command syntax `voteskip`, `vs` # Behaviour - Only works in active party channels - Deletes Command message - Answers `Vote to skip song <songtitle>. <upvotemoji> = skip, <downvoteemoji> = don't skip ` - Users vote by adding discord reactions. - Alternativly: any reaction is a vote to skip - Make sure users can not vote multiple times, but can remove their votes. - Skips the song the voteskip was requested for, when the answer was upvoted enough times. # Things to consider - Make sure the bot doesn't skip the next song, if the vote passed right at the end of the song, or at a different song - Possible race condition when two users vote at the same time
Command syntax
voteskip,vsBehaviour
Vote to skip song <songtitle>. <upvotemoji> = skip, <downvoteemoji> = don't skipThings to consider