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