Fix reaction event names (#906)

This commit is contained in:
Crawl
2016-11-17 09:03:51 +01:00
committed by Schuyler Cebulskie
parent 93948328b4
commit 3fd3588ef2
3 changed files with 3 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ class MessageReactionRemove extends Action {
}
/**
* Emitted whenever a reaction is removed from a message.
* @event Client#messageReactionRemove.
* @event Client#messageReactionRemove
* @param {MessageReaction} messageReaction The reaction object.
* @param {User} user The user that removed the emoji or reaction emoji.
*/