Webpack build for branch wsrewrite: a2d5bec9a65ae52e25622f1de49c5f4c56cfd0c1

This commit is contained in:
Travis CI 2017-04-24 20:57:35 +00:00
parent d1466f2857
commit 3443dc45db
2 changed files with 2 additions and 2 deletions

View file

@ -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();

File diff suppressed because one or more lines are too long