diff --git a/src/structures/ReactionEmoji.js b/src/structures/ReactionEmoji.js index c8e67b570..f550544c6 100644 --- a/src/structures/ReactionEmoji.js +++ b/src/structures/ReactionEmoji.js @@ -38,7 +38,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() {