mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-15 02:53:31 +01:00
Documented reaction events (#905)
This commit is contained in:
@@ -34,5 +34,10 @@ class MessageReactionAdd extends Action {
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Emitted whenever a reaction is added to a message.
|
||||
* @event Client#messageReactionAdd.
|
||||
* @param {MessageReaction} messageReaction The reaction object.
|
||||
* @param {User} user The user that applied the emoji or reaction emoji.
|
||||
*/
|
||||
module.exports = MessageReactionAdd;
|
||||
|
||||
Reference in New Issue
Block a user