hardcoded list of BTTV's christmas emotes

This commit is contained in:
Rasmus Karlsson
2019-12-05 20:10:56 -08:00
parent bcc53c9aa7
commit 2d3fb8950e
3 changed files with 28 additions and 3 deletions
+4
View File
@@ -103,6 +103,10 @@ enum class MessageElementFlag {
LowercaseLink = (1 << 29),
OriginalLink = (1 << 30),
// ZeroWidthEmotes are emotes that are supposed to overlay over any pre-existing emotes
// e.g. BTTV's SoSnowy during christmas season
ZeroWidthEmote = (1 << 31),
Default = Timestamp | Badges | Username | BitsStatic | FfzEmoteImage |
BttvEmoteImage | TwitchEmoteImage | BitsAmount | Text |
AlwaysShow,