Webpack build for branch master: cd3d3344e8

This commit is contained in:
Travis CI 2017-10-28 17:02:21 +00:00
parent d22b451f51
commit 2ba671ccf9
2 changed files with 3 additions and 3 deletions

View file

@ -5218,6 +5218,8 @@ class User extends Base {
* @type {?Message}
*/
this.lastMessage = null;
if (data.token) this.client.token = data.token;
}
/**
@ -10309,8 +10311,6 @@ class ClientUser extends User {
this.guildSettings.set(settings.guild_id, new ClientUserGuildSettings(this.client, settings));
}
}
if (data.token) this.client.token = data.token;
}
/**

File diff suppressed because one or more lines are too long