From daf59375204ff5c06eb6bacb976558284618820b Mon Sep 17 00:00:00 2001 From: Dragory Date: Sat, 24 Feb 2018 23:19:19 +0200 Subject: [PATCH] Document typing proxy --- CHANGELOG.md | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e62ef5..a8b2328 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v2.1.0 +* Added typing proxy: + * If the `typingProxy` config option is enabled, any time a user is typing to modmail in their DMs, the modmail thread will show the bot as "typing" + * If the `typingProxyReverse` config option is enabled, any time a moderator is typing in a modmail thread, the user will see the bot "typing" in their DMs + ## v2.0.1 * The link to the current thread's log is no longer posted to the top of the thread. Use `!loglink` instead. diff --git a/README.md b/README.md index 8364534..000ae2f 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,5 @@ These go in `config.json`. See also `config.example.json`. |newThreadCategoryId|None|ID of the category where new modmail thread channels should be placed| |relaySmallAttachmentsAsAttachments|false|Whether to relay small (<2MB) attachments from users as attachments rather than links in modmail threads| |threadTimestamps|false|Whether to show custom timestamps in threads, in addition to Discord's own timestamps. Logs always have accurate timestamps, regardless of this setting.| +|typingProxy|false|If enabled, any time a user is typing to modmail in their DMs, the modmail thread will show the bot as "typing"| +|typingProxyReverse|false|If enabled, any time a moderator is typing in a modmail thread, the user will see the bot "typing" in their DMs|