Document typing proxy
parent
96c011409b
commit
daf5937520
|
@ -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.
|
||||
|
||||
|
|
|
@ -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|
|
||||
|
|
Loading…
Reference in New Issue