tmijs / tmi.js

💬 Javascript library for the Twitch Messaging Interface. (Twitch.tv)
https://tmijs.com
MIT License
1.54k stars 216 forks source link

Emote API gone #502

Closed Punio85 closed 2 years ago

Punio85 commented 2 years ago

Screenshot 2022-02-01 152649

Actual behaviour:

Expected behaviour:

Error log:

Insert your error log here

Server configuration

AlcaDesign commented 2 years ago

Set the client option at options.skipUpdatingEmotesets to true to stop this behavior.

const client = new tmi.Client({
    options: {
        skipUpdatingEmotesets: true,
        /* ... */
    },
    identity: { /* ... */ },
    /* ... */
});
Punio85 commented 2 years ago

thanks that worked

duncte123 commented 2 years ago

This should be fixed as it uses the old kraken API that twitch is shutting down atm

Lastorder-DC commented 2 years ago

507 will (really) fix this.