From 4c11e21a5474a1488d46485fc7d905f3e6405b1d Mon Sep 17 00:00:00 2001 From: AndreasGassmann Date: Thu, 16 Aug 2018 02:18:55 +0200 Subject: [PATCH] Add allowMove to configuration options --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d66848..36b05ab 100644 --- a/README.md +++ b/README.md @@ -88,3 +88,4 @@ These go in `config.json`. See also `config.example.json`. |pingOnBotMention|true|If enabled, the bot will mention staff (see mentionRole above) on the inbox server when the bot is mentioned on the main server.| |requiredAccountAge|None|Required account age for contacting modmail (in hours). If the account is not old enough, a new thread will not be created and the bot will reply with `accountAgeDeniedMessage` (if set) instead.| |accountAgeDeniedMessage|"Your Discord account is not old enough to contact modmail."|See `requiredAccountAge` above| +|allowMove|false|If enabled, allows you to move the thread to another category using `!move `|