mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-17 12:03:31 +01:00
docs(Client): clarify messageReactionRemove event's user description (#2657)
* Clarify messageReactionRemove user description * Update MessageReactionRemove.js * wait one more word difference lol
This commit is contained in:
@@ -31,7 +31,7 @@ class MessageReactionRemove extends Action {
|
|||||||
* Emitted whenever a reaction is removed from a cached message.
|
* Emitted whenever a reaction is removed from a cached message.
|
||||||
* @event Client#messageReactionRemove
|
* @event Client#messageReactionRemove
|
||||||
* @param {MessageReaction} messageReaction The reaction object
|
* @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;
|
module.exports = MessageReactionRemove;
|
||||||
|
|||||||
Reference in New Issue
Block a user