Webpack build for branch master: 2e4de62ddf

This commit is contained in:
Travis CI 2017-09-04 13:19:06 +00:00
parent 4e4c334ac8
commit 62db07359a
2 changed files with 5 additions and 4 deletions

View file

@ -6622,16 +6622,17 @@ const { Error } = __webpack_require__(4);
class User extends Base {
constructor(client, data) {
super(client);
this._patch(data);
}
_patch(data) {
/**
* The ID of the user
* @type {Snowflake}
*/
this.id = data.id;
this._patch(data);
}
_patch(data) {
/**
* The username of the user
* @type {string}

File diff suppressed because one or more lines are too long