Emote API gone
Punio85 opened this issue · 4 comments
Punio85 commented
AlcaDesign commented
Set the client option at options.skipUpdatingEmotesets
to true
to stop this behavior.
const client = new tmi.Client({
options: {
skipUpdatingEmotesets: true,
/* ... */
},
identity: { /* ... */ },
/* ... */
});
Punio85 commented
thanks that worked
duncte123 commented
This should be fixed as it uses the old kraken API that twitch is shutting down atm
Lastorder-DC commented
#507 will (really) fix this.