tmijs / tmi.js

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

Endpoint dating back to v3 has been removed. 410 error when client.connect is called. #459

Closed squilibob closed 3 years ago

squilibob commented 3 years ago

Line 1374 in client.js is referencing an API endpoint that no longer exists. We get a 410 error: "It's time to kick ass and serve v3... and I'm all outta v3. See https://dev.twitch.tv/docs"

The /chat/emoticon_images?emotesets=${sets} endpoint has been removed. This is resulting in the 410 error when client.connect is called.

AlcaDesign commented 3 years ago

Fixed in #456