Added support for Twitch + TikTok follows

This commit is contained in:
nuttylmao
2025-08-25 21:01:23 +10:00
parent 84fe98bee4
commit 3860c49b65
2 changed files with 52 additions and 2 deletions
+17
View File
@@ -143,6 +143,14 @@
"defaultValue": true,
"group": "Which Twitch messages do you want to see?"
},
{
"id": "showTwitchFollows",
"label": "New Followers",
"description": "",
"type": "checkbox",
"defaultValue": false,
"group": "Which Twitch messages do you want to see?"
},
{
"id": "showTwitchSubs",
"label": "New Subscribers",
@@ -264,6 +272,15 @@
"showIf": "enableTikTokSupport",
"group": "Which TikTok messages do you want to see?"
},
{
"id": "showTikTokFollows",
"label": "New Followers",
"description": "",
"type": "checkbox",
"defaultValue": true,
"showIf": "enableTikTokSupport",
"group": "Which TikTok messages do you want to see?"
},
{
"id": "showTikTokGifts",
"label": "Gifts",