diff --git a/src/client/voice/player/AudioPlayer.js b/src/client/voice/player/AudioPlayer.js index a9b07a4d0..cae69f099 100644 --- a/src/client/voice/player/AudioPlayer.js +++ b/src/client/voice/player/AudioPlayer.js @@ -32,7 +32,7 @@ class AudioPlayer extends EventEmitter { timestamp: 0, }; - this.voiceConnection.once('closing', () => this.destroyCurrentStream()); + this.voiceConnection.once('closing', () => this.destroy()); } destroy() {