Auto Responses

Is it possible to make the bot auto responses in both team chat and full chat at the same time?

Currently, the bot only auto responses in global chat

You could remove the check from the code manually atm.

how..?
I don't know how to code...

find this around line 300

if ((Chat.ChatChannel) chatChannel != Chat.ChatChannel.Global)
{
return null;
}

AND REPLACE IT WITH THIS

/*
if ((Chat.ChatChannel) chatChannel != Chat.ChatChannel.Global)
{
return null;
}
*/