diff --git a/src/client/voice/player/AudioPlayer.js b/src/client/voice/player/AudioPlayer.js index 1a934d0e8..8a919825e 100644 --- a/src/client/voice/player/AudioPlayer.js +++ b/src/client/voice/player/AudioPlayer.js @@ -44,7 +44,7 @@ class AudioPlayer extends EventEmitter { timestamp: 0, pausedTime: 0, }; - this.voiceConnection.once('closing', () => this.destroyAllStreams()); + this.voiceConnection.once('closing', () => this.destroyCurrentStream()); } /**