Add searching & filtering for bits (#4069)
This commit is contained in:
@@ -204,6 +204,11 @@ MessagePtr TwitchMessageBuilder::build()
|
||||
this->message().flags.set(MessageFlag::ElevatedMessage);
|
||||
}
|
||||
|
||||
if (this->tags.contains("bits"))
|
||||
{
|
||||
this->message().flags.set(MessageFlag::CheerMessage);
|
||||
}
|
||||
|
||||
// reply threads
|
||||
if (this->thread_)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user