Converted all Kick code to Pusher Webhooks

This commit is contained in:
nuttylmao
2025-07-14 08:05:05 +10:00
parent a3c2a4c4de
commit 2df6f7a4c9
13 changed files with 381 additions and 244 deletions
+21 -8
View File
@@ -304,20 +304,30 @@
"defaultValue": 2,
"group": "Which Twitch messages do you want to see?"
},
{
"id": "enableKickSupport",
"label": "Enable Kick Support",
"description": "",
"type": "checkbox",
"defaultValue": false,
"group": "Which Kick messages do you want to see?"
},
{
"id": "kickUsername",
"label": "Kick Username",
"description": "",
"type": "text",
"defaultValue": "",
"showIf": "enableKickSupport",
"group": "Which Kick messages do you want to see?"
},
{
"id": "showKickMessages",
"label": "Chat Messages",
"description": "",
"type": "checkbox",
"defaultValue": true,
"group": "Which Kick messages do you want to see?"
},
{
"id": "showKickFollows",
"label": "New Followers",
"description": "",
"type": "checkbox",
"defaultValue": false,
"showIf": "enableKickSupport",
"group": "Which Kick messages do you want to see?"
},
{
@@ -326,6 +336,7 @@
"description": "",
"type": "checkbox",
"defaultValue": true,
"showIf": "enableKickSupport",
"group": "Which Kick messages do you want to see?"
},
{
@@ -334,6 +345,7 @@
"description": "",
"type": "checkbox",
"defaultValue": true,
"showIf": "enableKickSupport",
"group": "Which Kick messages do you want to see?"
},
{
@@ -342,6 +354,7 @@
"description": "",
"type": "checkbox",
"defaultValue": true,
"showIf": "enableKickSupport",
"group": "Which Kick messages do you want to see?"
},
{