mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
Support skip on last song
This commit is contained in:
@@ -155,6 +155,10 @@ export class DiscordMusicPlayerInstance {
|
||||
this.queue.track.shift();
|
||||
this.playTrack(this.queue.track[0]);
|
||||
}
|
||||
else {
|
||||
this.queue.track.shift();
|
||||
this.player.stop();
|
||||
}
|
||||
}
|
||||
|
||||
public async destroy() {
|
||||
|
||||
Reference in New Issue
Block a user