• Kick username will now be fetched (option hidden)

• Added Kick Follow support
• Improved emote support (needs testing)
This commit is contained in:
nutty
2026-02-24 16:00:31 +11:00
parent 91f0a6b2d7
commit 022b296016
8 changed files with 476 additions and 546 deletions
+12 -3
View File
@@ -381,11 +381,20 @@
"group": "Which YouTube alerts do you want to see?"
},
{
"id": "kickUsername",
"label": "Kick Username",
"id": "showKickFollows",
"label": "New Followers",
"description": "",
"type": "text",
"type": "checkbox",
"defaultValue": false,
"group": "Which Kick alerts do you want to see?"
},
{
"id": "KickFollowAction",
"label": "",
"description": "Also run this Streamer.bot Action",
"type": "sb-actions",
"defaultValue": "",
"showIf": "showKickFollows",
"group": "Which Kick alerts do you want to see?"
},
{