Webpack build for branch master: 5a3b59b4b0

This commit is contained in:
Travis CI 2017-08-25 23:01:22 +00:00
parent 71c956a9cd
commit f77b3b3369
2 changed files with 2 additions and 2 deletions

View file

@ -23062,7 +23062,7 @@ class Client extends EventEmitter {
if (typeof token !== 'string') throw new Error('TOKEN_INVALID');
token = token.replace(/^Bot\s*/i, '');
this.manager.connectToWebSocket(token, resolve, reject);
});
}).catch(() => this.destroy());
}
/**

File diff suppressed because one or more lines are too long