diff --git a/src/structures/MessageReaction.js b/src/structures/MessageReaction.js index 7b08e6517..771626eda 100644 --- a/src/structures/MessageReaction.js +++ b/src/structures/MessageReaction.js @@ -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;