kuskoman / moonbot

BSD Zero Clause License
0 stars 0 forks source link

Fix skip command #2

Open kuskoman opened 4 years ago

kuskoman commented 4 years ago

Skip command is working only if there is more than one song in queue.

Eventually there will be 3 types of execution of this command: 1) If queue is not empty: plays next song 2) If queue is empty but a song is playing/paused: stops the player 3) IF queue is empty, and there are no playing/paused songs: sends a message to the channel that nothing can be skipped

Partially blocked by https://github.com/lavalibs/lavalink.js/issues/27