Update chatbot configuration to enable replying in DMs
This commit is contained in:
parent
96603eda55
commit
51472fadad
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
};
|
Loading…
Reference in a new issue