diff --git a/src/client/voice/VoiceConnection.js b/src/client/voice/VoiceConnection.js index 28a685bab..f73bb5f2c 100644 --- a/src/client/voice/VoiceConnection.js +++ b/src/client/voice/VoiceConnection.js @@ -112,7 +112,7 @@ class VoiceConnection extends EventEmitter { this.websocket._shutdown(); this.player._shutdown(); if (this.udp) this.udp._shutdown(); - if (this._vsUpdateListener) this.client.removeListener(this._vsUpdateListener); + if (this._vsUpdateListener) this.manager.client.removeListener(this._vsUpdateListener); /** * Emit once the voice connection has disconnected. * @event VoiceConnection#disconnected