tmijs / tmi.js

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

No channel points redeem event? #437

Closed rodrigograca31 closed 3 years ago

rodrigograca31 commented 3 years ago

Hi!

First thanks for the wonderful lib! I noticed that @AlcaDesign has been doing a great job of maintaining it!

From what I could find there's no event for channel points redeem? Like when someone redeems channel points for the streamer to do something. Didn't find anything in the documentation or issues. Strange.

I'm in need of that event. :sweat_smile:

Actual behavior: Non existing?

Expected behaviour:

client.on("redeem", (channel, userstate, message, self) => {

});
AlcaDesign commented 3 years ago

Closed by #442