mirror of
https://github.com/danbulant/discord.js
synced 2026-05-25 13:02:38 +00:00
Fix userUpdate event
This commit is contained in:
parent
e5ac8f34ee
commit
e686c9a816
1 changed files with 1 additions and 2 deletions
|
|
@ -244,8 +244,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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue