filwiesner / TmiK

Twitch messaging in Kotlin - Simple DSL for interacting with Twitch chat
MIT License
8 stars 1 forks source link

Changing the emote id from Int to String #6

Closed mkpazon closed 4 years ago

mkpazon commented 4 years ago

The data type of the emote id isn't very obvious until you start using the Channel Points feature "Modify a Single Emote" in a streamer's channel.

For example here is the id of an unmodified emote: 2002555 While here is the id of the same emote with the sunglasses modifier: 2002555_SG

filwiesner commented 4 years ago

Thanks for your contribution!
I really appreciate it. I'm not actively working with this lib anymore so I am not able to spot these changes.
I'll merge this into develop and release it to pre-release maven repo so you can use it.

filwiesner commented 4 years ago

@mkpazon You can use this change in experimental branch using this:

implementation 'com.tmik:TmiK:0.1.0-exp3'
mkpazon commented 4 years ago

Just don't take it down. I am no good Kotlin dev but this one is easy to see that it is golden.

Thanks for the branch!