diff --git a/src/client/actions/MessageReactionRemove.js b/src/client/actions/MessageReactionRemove.js index 43f80b6ae..2403c3bcd 100644 --- a/src/client/actions/MessageReactionRemove.js +++ b/src/client/actions/MessageReactionRemove.js @@ -31,7 +31,7 @@ class MessageReactionRemove extends Action { * Emitted whenever a reaction is removed from a cached message. * @event Client#messageReactionRemove * @param {MessageReaction} messageReaction The reaction object - * @param {User} user The user that removed the emoji or reaction emoji + * @param {User} user The user whose emoji or reaction emoji was removed */ module.exports = MessageReactionRemove;