mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 11:03:30 +01:00
PLS WORK
This commit is contained in:
@@ -94,7 +94,9 @@ class VoiceConnection extends EventEmitter {
|
||||
}
|
||||
|
||||
_shutdown(e) {
|
||||
console.log('being shut down! D:');
|
||||
if (!this.ready) {
|
||||
return;
|
||||
}
|
||||
this.ready = false;
|
||||
this.websocket._shutdown();
|
||||
this.player._shutdown();
|
||||
|
||||
Reference in New Issue
Block a user