diff --git a/discord.indev.js b/discord.indev.js index bdcb256d..7e776ab6 100644 --- a/discord.indev.js +++ b/discord.indev.js @@ -1224,7 +1224,7 @@ class User { } /** - * Checks if the user is equal to another. It compares username, ID, discriminator, status and the game being played. + * Checks if the user is equal to another. It compares ID, username, discriminator, avatar, and bot flags. * It is recommended to compare equality by using `user.id === user2.id` unless you want to compare all properties. * @param {User} user User to compare with * @returns {boolean}