From 4544ac5db84d00fda7bdc6afb8a7ea654b38063f Mon Sep 17 00:00:00 2001 From: baptiste0928 <22115890+baptiste0928@users.noreply.github.com> Date: Thu, 28 Jan 2021 13:42:16 +0100 Subject: [PATCH] Add custom emoji instructions for reactOnSeenEmoji (#543) --- docs/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration.md b/docs/configuration.md index 26c0786..5e3105a 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -313,7 +313,7 @@ If enabled, the bot will react to messages sent to it with the emoji defined in #### reactOnSeenEmoji **Default:** `📨` The emoji that the bot will react with when it sees a message. Requires `reactOnSeen` to be enabled. -Must be pasted in the config file as the Emoji representation and not as a unicode codepoint. +Must be pasted in the config file as the Emoji representation and not as a unicode codepoint. Use `emojiName:emojiID` for custom emoji. #### relaySmallAttachmentsAsAttachments **Default:** `off`