From 4510699e25cc647fdcd39af5cc2e6d41380206db Mon Sep 17 00:00:00 2001 From: Dragory Date: Wed, 6 Mar 2019 21:41:24 +0200 Subject: [PATCH] Add syncPermissionsOnMove config option to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b2b9fc9..462eb0e 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,7 @@ These go in `config.json`. See also `config.example.json`. |snippetPrefix|"!!"|Prefix to use snippets| |snippetPrefixAnon|"!!!"|Prefix to use snippets anonymously| |status|"Message me for help"|The bot's "Playing" text| +|syncPermissionsOnMove|false|Whether to sync thread channel permissions to the category when moved with !move| |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|