Update chatbot configuration to enable replying in DMs

This commit is contained in:
ShadowVirtual 2024-04-30 18:43:26 -08:00
parent 96603eda55
commit 51472fadad

View file

@ -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
};