tmijs / tmi.js

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

Fixed months terminology in compliance with the new twitch terminology #327

Closed JohnnyToumieh closed 5 years ago

AlcaDesign commented 5 years ago

Closed in favor of "msg-param-streak-months". https://github.com/tmijs/tmi.js/commit/32395d4305625dd9c78f4f1dc74602d9d3e45118#diff-50cfa59973c04321b5da0c6da0fdf4feR592

JohnnyToumieh commented 5 years ago

But streak months is sometimes not displayed by the user. Can we at least send both streak-months and cumulative-months?

I barely see anyone sharing their streak

AlcaDesign commented 5 years ago

It's available in the userstate if you need it. I don't want to change it from the expected value of an argument in a minor update. ¯\_(ツ)_/¯

JohnnyToumieh commented 5 years ago

That's true i guess since we're always sending userstate now! thanks