Webpack build for branch master: 4a8ada9c43

This commit is contained in:
Travis CI 2017-09-05 11:07:16 +00:00
parent ee791cb399
commit 98b27cb79a
2 changed files with 2 additions and 3 deletions

View file

@ -6857,8 +6857,7 @@ class User extends Base {
this.id === user.id &&
this.username === user.username &&
this.discriminator === user.discriminator &&
this.avatar === user.avatar &&
this.bot === Boolean(user.bot);
this.avatar === user.avatar;
return equal;
}

File diff suppressed because one or more lines are too long