tmijs / tmi.js

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

Emoticons dont work anymroe for long time. Fix it please? #508

Closed iamisti closed 2 years ago

iamisti commented 2 years ago

@AlcaDesign please pay attention that the emoticons are completely broken at the moment, because the API is no longer supported that this project is using.

Durss commented 2 years ago

Altough the issue is indeed there for a crazy long time, please remember this is an open-source project made for free for people like you to use it. Reporting an issue is perfectly okay, I'm a bit more skeptical about the way you do it => "fix it please".

You are more than welcome to make a pull request if you want things to advance on this subject. There's actually a WIP here https://github.com/tmijs/tmi.js/pull/507

But as stated by the author in the last message, this feature doesn't necessarily have its place in this lib and it would make sense to just drop it. Best you can do for now is load the emote-sets on your side and disable the emote-sets loading to avoid spamming 404 errors on the console by setting the skipUpdatingEmotesets to true :

new tmi.Client({
    options: { skipUpdatingEmotesets:true },
});