Documented reaction events (#905)

This commit is contained in:
York
2016-11-17 07:18:03 +00:00
committed by Schuyler Cebulskie
parent 5ed8098af8
commit 1833a83664
3 changed files with 17 additions and 3 deletions

View File

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