mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-12 17:43:30 +01:00
Fix reaction event names (#906)
This commit is contained in:
committed by
Schuyler Cebulskie
parent
93948328b4
commit
3fd3588ef2
@@ -36,7 +36,7 @@ class MessageReactionAdd extends Action {
|
||||
}
|
||||
/**
|
||||
* Emitted whenever a reaction is added to a message.
|
||||
* @event Client#messageReactionAdd.
|
||||
* @event Client#messageReactionAdd
|
||||
* @param {MessageReaction} messageReaction The reaction object.
|
||||
* @param {User} user The user that applied the emoji or reaction emoji.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user