mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-18 19:50:58 -04:00
Added support for Twitch + TikTok follows
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user