Added support for Kick alerts

This commit is contained in:
nuttylmao
2025-07-05 06:04:32 +10:00
parent c65205a5a1
commit 2b58be6524
5 changed files with 346 additions and 43 deletions
+68
View File
@@ -312,6 +312,74 @@
"showIf": "showTwitchRaids",
"group": "Which Twitch alerts do you want to see?"
},
{
"id": "showKickFollows",
"label": "New Followers",
"description": "",
"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?"
},
{
"id": "showKickSubs",
"label": "New Subscribers",
"description": "",
"type": "checkbox",
"defaultValue": true,
"group": "Which Kick alerts do you want to see?"
},
{
"id": "kickSubAction",
"label": "",
"description": "Also run this Streamer.bot Action",
"type": "sb-actions",
"defaultValue": "",
"showIf": "showKickSubs",
"group": "Which Kick alerts do you want to see?"
},
{
"id": "showKickChannelPointRedemptions",
"label": "Channel Point Redemptions",
"description": "",
"type": "checkbox",
"defaultValue": true,
"group": "Which Kick alerts do you want to see?"
},
{
"id": "kickChannelPointRedemptionAction",
"label": "",
"description": "Also run this Streamer.bot Action",
"type": "sb-actions",
"defaultValue": "",
"showIf": "showKickChannelPointRedemptions",
"group": "Which Kick alerts do you want to see?"
},
{
"id": "showKickHosts",
"label": "Hosts",
"description": "",
"type": "checkbox",
"defaultValue": true,
"group": "Which Kick alerts do you want to see?"
},
{
"id": "kickHostAction",
"label": "",
"description": "Also run this Streamer.bot Action",
"type": "sb-actions",
"defaultValue": "",
"showIf": "showKickHosts",
"group": "Which Kick alerts do you want to see?"
},
{
"id": "showYouTubeSuperChats",
"label": "Super Chats",