Forgot to add some small stuff
This commit is contained in:
@@ -414,6 +414,15 @@ AccessGuard<const TwitchAccount::TwitchAccountEmoteData>
|
|||||||
}
|
}
|
||||||
|
|
||||||
// AutoModActions
|
// AutoModActions
|
||||||
|
void TwitchAccount::autoModAllow(const QString msgID,
|
||||||
|
std::function<void()> successCallback)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void TwitchAccount::autoModDeny(const QString msgID,
|
||||||
|
std::function<void()> successCallback)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void TwitchAccount::parseEmotes(const rapidjson::Document &root)
|
void TwitchAccount::parseEmotes(const rapidjson::Document &root)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user