mirror of
https://github.com/danbulant/discord.js
synced 2026-05-26 21:42:05 +00:00
Fix my derp
This commit is contained in:
parent
718f61a732
commit
0559aaf00b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue