mirror of
https://github.com/kirameki-cafe/Yumi.git
synced 2026-09-13 18:59:19 +00:00
🐛 fix: Loop hanging
This commit is contained in:
+1
-1
Submodule NekoMelody updated: 738a9b710b...f6b1d68afe
@@ -300,7 +300,7 @@ export class DiscordMusicPlayerInstance {
|
||||
public async skip() {
|
||||
if (!this.voiceConnection) throw new Error('No voice connection');
|
||||
this.discordPlayer.pause(true);
|
||||
this.nekoPlayer.skip();
|
||||
await this.nekoPlayer.skip();
|
||||
}
|
||||
|
||||
public async addTrackToQueue(track: ValidTracks) {
|
||||
|
||||
Reference in New Issue
Block a user