From 1f6ff5686bdf11736dda028f44f401f366123739 Mon Sep 17 00:00:00 2001 From: Travis CI Date: Wed, 9 Aug 2017 23:20:13 +0000 Subject: [PATCH] Webpack build for branch master: 25dd3bc29e381885ff896b0c2ce8dc2c13ebc995 --- discord.master.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord.master.js b/discord.master.js index c3abec4e..fa8e47a5 100644 --- a/discord.master.js +++ b/discord.master.js @@ -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() {