My Twitch Bot doesn't recognize commands

Hello!

Recently, out of nowhere, my twitch bot has started not recognizing commands which he used to execute just fine. Few days after this issue fixed itself for a while but now it’s broken again. Any clues what may be causing it? I’m pretty sure I haven’t changed the code at the time this error started appearing. Here’s some logs from console:
image

Thanks for the help!

Twitch has deprecated slash commands over IRC, as explained in the announcement post back in September https://discuss.dev.twitch.com/t/deprecation-of-chat-commands-through-irc/40486

There was shutdown windows in the lead up to the full removal, but now slash commands are completely removed as announced. As such you will have to change your bot over to using the API endpoints instead, all of which is explained in the linked announcement thread.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.