mirror of
https://github.com/danbulant/discord.js
synced 2026-07-05 19:20:42 +00:00
Webpack build for branch wsrewrite: c61b66a6a93fd820c7920e17f628f14a849f3a4a
This commit is contained in:
parent
8b237fbc36
commit
3bfc1104d1
2 changed files with 3 additions and 9 deletions
|
|
@ -22265,7 +22265,7 @@ class ClientDataManager {
|
||||||
}
|
}
|
||||||
|
|
||||||
get pastReady() {
|
get pastReady() {
|
||||||
return this.client.ws.status === Constants.Status.READY;
|
return this.client.ws.connection.status === Constants.Status.READY;
|
||||||
}
|
}
|
||||||
|
|
||||||
newGuild(data) {
|
newGuild(data) {
|
||||||
|
|
@ -24724,12 +24724,6 @@ class WebSocketManager extends EventEmitter {
|
||||||
*/
|
*/
|
||||||
this.client = client;
|
this.client = client;
|
||||||
|
|
||||||
/**
|
|
||||||
* Status of the WebSocketManager, a type of Constants.Status. It defaults to IDLE.
|
|
||||||
* @type {number}
|
|
||||||
*/
|
|
||||||
this.status = Constants.Status.IDLE;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WebSocket connection of this manager
|
* WebSocket connection of this manager
|
||||||
* @type {?WebSocketConnection}
|
* @type {?WebSocketConnection}
|
||||||
|
|
|
||||||
4
discord.wsrewrite.min.js
vendored
4
discord.wsrewrite.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue