mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-14 02:23:31 +01:00
Fix reaction event names (#906)
This commit is contained in:
committed by
Schuyler Cebulskie
parent
93948328b4
commit
3fd3588ef2
@@ -19,7 +19,7 @@ class MessageReactionRemoveAll extends Action {
|
||||
}
|
||||
/**
|
||||
* Emitted whenever all reactions are removed from a message.
|
||||
* @event Client#messageReactionRemoveAll.
|
||||
* @event Client#messageReactionRemoveAll
|
||||
* @param {MessageReaction} messageReaction The reaction object.
|
||||
*/
|
||||
module.exports = MessageReactionRemoveAll;
|
||||
|
||||
Reference in New Issue
Block a user