Webpack build for branch master: c4e5292516

This commit is contained in:
Travis CI 2017-04-01 06:06:51 +00:00
parent 41bd752002
commit 41823cd789
2 changed files with 2 additions and 1 deletions

View file

@ -15469,6 +15469,7 @@ class ClientManager {
destroy() {
this.client.ws.destroy();
if (!this.client.user) return Promise.resolve();
if (this.client.user.bot) {
this.client.token = null;
return Promise.resolve();

File diff suppressed because one or more lines are too long