mirror of
https://github.com/danbulant/discord.js
synced 2026-07-10 13:41:42 +00:00
Fix user docs
This commit is contained in:
parent
19f8f8e122
commit
562e3b119e
2 changed files with 2 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -69,7 +69,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 username, ID, discriminator, status and the game being played.
|
||||||
* It is recommended to compare equality by using `user.id === user2.id` unless you want to compare all properties.
|
* It is recommended to compare equality by using `user.id === user2.id` unless you want to compare all properties.
|
||||||
* @param {User} user the user to compare
|
* @param {User} user the user to compare
|
||||||
* @returns Boolean
|
* @returns {Boolean}
|
||||||
*/
|
*/
|
||||||
equals(user) {
|
equals(user) {
|
||||||
let base = (
|
let base = (
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue