Rename Message.addReaction -> Message.react

This commit is contained in:
Schuyler Cebulskie
2016-11-12 22:12:26 -05:00
parent 2c76f5437b
commit c50de74310

View File

@@ -386,7 +386,7 @@ class Message {
* @param {Emoji|ReactionEmoji|string} emoji Emoji to react with
* @returns {Promise<MessageReaction>}
*/
addReaction(emoji) {
react(emoji) {
if (emoji.identifier) {
emoji = emoji.identifier;
} else if (typeof emoji === 'string') {