mirror of
https://github.com/danbulant/discord.js
synced 2026-05-27 05:52:05 +00:00
docs(MessageReaction): fix jsdoc for count (#3980)
This commit is contained in:
parent
215740157b
commit
993411d9fe
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue