From 171dd1f51eaedcf78484686acdf8f67d555aa8f4 Mon Sep 17 00:00:00 2001 From: Still Hsu <341464@gmail.com> Date: Fri, 31 Aug 2018 09:25:20 +0800 Subject: [PATCH] Fix for misleading behaviour in the emoji guide + Original lines stated that sending a emoji wrapped in colon will not be parsed, but that was incorrect; replaced with reactions instead of sending messages as the example --- docs/guides/emoji/emoji.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/emoji/emoji.md b/docs/guides/emoji/emoji.md index 5565e3875..928e802f8 100644 --- a/docs/guides/emoji/emoji.md +++ b/docs/guides/emoji/emoji.md @@ -14,9 +14,9 @@ depending on the type of emoji, they are sent in an entirely different format. What does this all mean? It means that you should know that by -sending a string like `β€œDiscord.Net is :ok_hand:”` will **NOT** -translate to `Discord.Net is πŸ‘Œ`; rather, it will be treated as-is, -like `Discord.Net is :ok_hand:`. +reacting with a string like `β€œ:ok_hand:”` will **NOT** automatically +translate to `πŸ‘Œ`; rather, it will be treated as-is, +like `:ok_hand:`, thus the server will return a `400 Bad Request`. ## Emoji