I wrote a simple bot using tmi.js and it works perfectly till yesterday. It just stops executing commands for some resons.It still can use .say but when it needs to timeout for example it says
[11:46] info: [#nyakawaiiidesu] Executing command: /timeout nyakawaiiiibot 86400 Blocked terms
[11:46] info: [#nyakawaiiidesu] Unrecognized command: /timeout
When I added
.catch((err) => {console.log(err)})
after “Unrecognized command: /timeout” it adds
No response from Twitch.
Is it possible tat I ran short on irc limits? And how to fix it?
Chat commands via chat are deprecated.
Please migrate to the API
This was announced last september and migration paths announced:
Update (2023-02-08): We are implementing a phased shutdown to help developers test whether their applications are affected and make others aware who may not have seen previous communication. The timeline has been added below and the final shutdown date has been updated to to February 24.
Twitch Chat and the Twitch API are two essential interfaces that third-party developers rely on to build innovative integrations for broadcasters and their viewers. Historically, there has been an unfortunat…
2 posts were split to a new topic: Is the API down at the moment?