mirror of
https://github.com/danbulant/discord.js
synced 2026-06-19 14:41:36 +00:00
Webpack build for branch wsrewrite: a2d5bec9a65ae52e25622f1de49c5f4c56cfd0c1
This commit is contained in:
parent
d1466f2857
commit
3443dc45db
2 changed files with 2 additions and 2 deletions
|
|
@ -16000,7 +16000,7 @@ class WebSocketConnection extends EventEmitter {
|
|||
// Fetch all members before marking self as ready
|
||||
const promises = this.client.guilds.map(g => g.fetchMembers());
|
||||
Promise.all(promises)
|
||||
.then(this.triggerReady.apply(this))
|
||||
.then(() => this.triggerReady())
|
||||
.catch(e => {
|
||||
this.debug(`Failed to fetch all members before ready! ${e}`);
|
||||
this.triggerReady();
|
||||
|
|
|
|||
2
discord.wsrewrite.min.js
vendored
2
discord.wsrewrite.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue