mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
docs(MessageReaction): fix jsdoc for count (#3980)
This commit is contained in:
@@ -49,6 +49,7 @@ class MessageReaction {
|
||||
/**
|
||||
* The number of people that have given the same reaction
|
||||
* @type {?number}
|
||||
* @name MessageReaction#count
|
||||
*/
|
||||
// eslint-disable-next-line eqeqeq
|
||||
if (this.count == undefined) this.count = data.count;
|
||||
|
||||
Reference in New Issue
Block a user