tmijs/tmi.js

Emote API gone

Punio85 opened this issue · 4 comments

Screenshot 2022-02-01 152649

Actual behaviour:

Expected behaviour:

Error log:

Insert your error log here

Server configuration

  • Operating system: Windows
  • Node version (if applicable):
  • NPM version (if applicable):
  • tmi.js version: 1.8.5

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

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

thanks that worked

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

#507 will (really) fix this.