mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
fix (#1375)
This commit is contained in:
@@ -44,7 +44,7 @@ class AudioPlayer extends EventEmitter {
|
||||
timestamp: 0,
|
||||
pausedTime: 0,
|
||||
};
|
||||
this.voiceConnection.once('closing', () => this.destroyAllStreams());
|
||||
this.voiceConnection.once('closing', () => this.destroyCurrentStream());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user