From dcd9d947343a988d4f385422081d764e1eaf1f3f Mon Sep 17 00:00:00 2001 From: Dragory Date: Sun, 11 Mar 2018 22:08:59 +0200 Subject: [PATCH] Fix incorrect mentionRole default --- src/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.js b/src/config.js index f0ad8dc..5e83950 100644 --- a/src/config.js +++ b/src/config.js @@ -21,7 +21,7 @@ const defaultConfig = { "responseMessage": "Thank you for your message! Our mod team will reply to you here as soon as possible.", "newThreadCategoryId": null, - "mentionRole": null, + "mentionRole": "here", "inboxServerPermission": null, "alwaysReply": false,