From 26cb1b49e0d8923d9a6d37076388df374d674c18 Mon Sep 17 00:00:00 2001 From: Dragory Date: Thu, 26 Jul 2018 22:11:45 +0300 Subject: [PATCH] Document pingOnBotMention option --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 114516c..cf72334 100644 --- a/README.md +++ b/README.md @@ -84,3 +84,4 @@ These go in `config.json`. See also `config.example.json`. |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| |mentionRole|"here"|Role that is mentioned when new threads are created or the bot is mentioned. Accepted values are "here", "everyone", or a role id as a string. Set to null to disable these pings entirely.| +|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.|