mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-13 10:03:31 +01:00
Fix user docs
This commit is contained in:
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.
|
||||
* 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
|
||||
* @returns Boolean
|
||||
* @returns {Boolean}
|
||||
*/
|
||||
equals(user) {
|
||||
let base = (
|
||||
|
||||
Reference in New Issue
Block a user