mirror of
https://github.com/danbulant/discord.js
synced 2026-06-10 02:02:40 +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
|
* 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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue