Update configs/chatbot.js

This commit is contained in:
ShadowVR 2024-12-20 07:39:22 +00:00
parent 78b9a99c9f
commit 1a0c0ee99d

View file

@ -3,7 +3,7 @@ module.exports.chatbot = {
// false: Disable the chatbot model. // false: Disable the chatbot model.
State: true, State: true,
// ChatBot's channel ID. It could be a text, announcement, voice, thread or post channel ID. // ChatBot's channel ID. It could be a text, announcement, voice, thread or post channel ID.
AllowedChannels: ["assisto", "assisto2"], AllowedChannels: ["channel1", "channel2"],
// A list of user IDs that the bot ignores messages from them. // A list of user IDs that the bot ignores messages from them.
IgnoredUsers: [ IgnoredUsers: [
"1199858077655126188", "1199858077655126188",