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() {