mirror of
https://github.com/danbulant/discord.js
synced 2026-06-20 07:02:00 +00:00
Webpack build for branch master: f4724d61b2
This commit is contained in:
parent
7b5d0bebe5
commit
65a9fa2bd6
2 changed files with 3 additions and 3 deletions
|
|
@ -23564,7 +23564,7 @@ class WebSocketManager extends EventEmitter {
|
|||
}
|
||||
|
||||
destroy() {
|
||||
this.ws.close(1000);
|
||||
if (this.ws) this.ws.close(1000);
|
||||
this._queue = [];
|
||||
this.status = Constants.Status.IDLE;
|
||||
}
|
||||
|
|
|
|||
4
discord.master.min.js
vendored
4
discord.master.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue