Webpack build for branch master: 25dd3bc29e

This commit is contained in:
Travis CI 2017-08-09 23:20:13 +00:00
parent 0d3794d0a3
commit 1f6ff5686b

View file

@ -12938,7 +12938,7 @@ class ReactionEmoji {
* Creates the text required to form a graphical emoji on Discord.
* @example
* // Send the emoji used in a reaction to the channel the reaction is part of
* reaction.message.channel.sendMessage(`The emoji used is ${reaction.emoji}`);
* reaction.message.channel.send(`The emoji used is ${reaction.emoji}`);
* @returns {string}
*/
toString() {