mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-19 04:53:30 +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
|
* 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;
|
||||||
|
|||||||
Reference in New Issue
Block a user