1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-08-07 14:50:56 +00:00
* Added: Support for bits tier emote rewards.
* Fixed: Stop casting Twitch emote IDs to numbers. Bits reward emotes use hexadecimal IDs prefixed with `emotesv2_`.
This commit is contained in:
SirStendec 2019-12-12 18:44:19 -05:00
parent 5f27045b9f
commit 3ff9895713
7 changed files with 139 additions and 92 deletions

View file

@ -105,5 +105,6 @@ export const EmoteTypes = make_enum(
'ChannelPoints',
'Unavailable',
'Subscription',
'BitsTier',
'Global'
);