mirror of
https://github.com/danbulant/discord.js
synced 2026-07-06 11:40:41 +00:00
Webpack build for branch 11.1-dev: 618fa2b104
This commit is contained in:
parent
2545837038
commit
4dc452628f
2 changed files with 2 additions and 2 deletions
|
|
@ -17750,7 +17750,7 @@ class WebSocketConnection extends EventEmitter {
|
||||||
* @returns {void}
|
* @returns {void}
|
||||||
*/
|
*/
|
||||||
identify(after) {
|
identify(after) {
|
||||||
if (after) return this.client.setTimeout(this.identify.apply(this), after);
|
if (after) return this.client.setTimeout(this.identify.bind(this), after);
|
||||||
return this.sessionID ? this.identifyResume() : this.identifyNew();
|
return this.sessionID ? this.identifyResume() : this.identifyNew();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
2
discord.11.1-dev.min.js
vendored
2
discord.11.1-dev.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue