Webpack build for branch master: 31873eb3a5

This commit is contained in:
Travis CI 2018-02-01 19:34:20 +00:00
parent b3ebd0c2a3
commit 37f5cd2bdf

View file

@ -9010,7 +9010,8 @@ class ClientUser extends Structures.get('User') {
/** /**
* The email of this account * The email of this account
* @type {string} * <warn>This is only filled when using a user account.</warn>
* @type {?string}
*/ */
this.email = data.email; this.email = data.email;
this._typing = new Map(); this._typing = new Map();