From 51472fadadc06da6e8c986eada7c580f8b312d34 Mon Sep 17 00:00:00 2001 From: ShadowVirtual Date: Tue, 30 Apr 2024 18:43:26 -0800 Subject: [PATCH] Update chatbot configuration to enable replying in DMs --- configs/chatbot.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configs/chatbot.js b/configs/chatbot.js index e86fa0d..db3d874 100644 --- a/configs/chatbot.js +++ b/configs/chatbot.js @@ -11,4 +11,8 @@ module.exports.chatbot = { "2222222222222222222" ], + // true: Enable the chatbot to reply in DMs. + // false: Disable the chatbot from replying in DMs. + ReplyInDMs: true + }; \ No newline at end of file