From 7acf193078547bcd986a0dfd2425bc1d0f2e0312 Mon Sep 17 00:00:00 2001 From: Gabriel Lewis <47814909+GabrielLewis2@users.noreply.github.com> Date: Mon, 25 Feb 2019 18:36:44 +0000 Subject: [PATCH] See requiredAccountAge below, not above. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b2b9fc9..1f06e58 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ These go in `config.json`. See also `config.example.json`. |**logChannelId**|None|**Required!** Channel where to post log links to closed threads and other alerts| |**mailGuildId**|None|**Required!** The inbox server's ID| |**mainGuildId**|None|**Required!** ID (or array of IDs) of the main server where people contact the bot from. Used for displaying users' nicknames and join dates, and catching bot pings.| -|accountAgeDeniedMessage|"Your Discord account is not old enough to contact modmail."|See `requiredAccountAge` above| +|accountAgeDeniedMessage|"Your Discord account is not old enough to contact modmail."|See `requiredAccountAge` below| |allowMove|false|If enabled, allows you to move the thread to another category using `!move `| |allowUserClose|false|If set to true, users can use the close command to close threads by themselves from their DMs with the bot| |alwaysReplyAnon|false|If `alwaysReply` is set to true, this option controls whether the auto-reply is anonymous|