docs(MessageReaction): fix jsdoc for count (#3980)

This commit is contained in:
Jyguy 2020-03-22 16:09:31 -04:00 committed by GitHub
parent 215740157b
commit 993411d9fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ class MessageReaction {
/** /**
* The number of people that have given the same reaction * The number of people that have given the same reaction
* @type {?number} * @type {?number}
* @name MessageReaction#count
*/ */
// eslint-disable-next-line eqeqeq // eslint-disable-next-line eqeqeq
if (this.count == undefined) this.count = data.count; if (this.count == undefined) this.count = data.count;