dank-twitch-irc icon indicating copy to clipboard operation
dank-twitch-irc copied to clipboard

Added support for "messageTypeID = submysterygift"

Open fmalk opened this issue 2 years ago • 2 comments

I started receiving this new kind of UserNoticeMessage and I wanted a method like isSub() et al to deal with this type of message.

So I added a new MassSubgiftUsernoticeMessage, just like other SpecificUsernoticeMessage.

I've added a unit test as well. There's a new eventParam called massGiftCount that should be present.

fmalk avatar Oct 06 '21 20:10 fmalk

Hey, the build doesn't pass on this PR because you didn't run the automatic formatter (npm run precommit). Would you mind doing that and pushing the changes, so I can take another look? Thank you!

RAnders00 avatar Nov 16 '21 22:11 RAnders00

@RAnders00 there you go, it should pass lint tests now

fmalk avatar Nov 18 '21 15:11 fmalk