From 756d7fc2c1d49036ec701991a433d5fbc6109c1c Mon Sep 17 00:00:00 2001 From: Amish Shah Date: Thu, 27 Oct 2016 17:22:11 +0100 Subject: [PATCH] Fix example --- src/structures/MessageReaction.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/structures/MessageReaction.js b/src/structures/MessageReaction.js index 5a43c8f3e..2fe115736 100644 --- a/src/structures/MessageReaction.js +++ b/src/structures/MessageReaction.js @@ -40,10 +40,8 @@ class ReactionEmoji { /** * Creates the text required to form a graphical emoji on Discord. * @example - * ```js * // 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}`); - * ``` * @returns {string} */ toString() {