ComfyJS.onChat = (user, command, message, flags, extra) => {
console.log(user, command, message, flags, extra);
}
I use ComfyJS, and normaly this line is giving me all the informations about the message. When I send a message via my account insode OBS Studio, it’s working and the console show the informations about the message.
But with the test account inside Twitch, I have nothing… 