Various bits fixes (#1443)
We now make sure we don't render any fake bits Bits now show their real value properly
This commit is contained in:
@@ -18,6 +18,7 @@ using EmotePtr = std::shared_ptr<const Emote>;
|
||||
struct CheerEmote {
|
||||
QColor color;
|
||||
int minBits;
|
||||
QRegularExpression regex;
|
||||
|
||||
EmotePtr animatedEmote;
|
||||
EmotePtr staticEmote;
|
||||
|
||||
Reference in New Issue
Block a user