tmijs/tmi.js

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

squilibob opened this issue · 1 comments

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.

Fixed in #456