Fix user docs

This commit is contained in:
Amish Shah
2016-08-17 20:33:17 +01:00
parent 19f8f8e122
commit 562e3b119e
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -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 = (