From 6ebd6a5c4fd65cb6cd867e63352028d6a7c75031 Mon Sep 17 00:00:00 2001 From: TheShiningOne Date: Mon, 6 Apr 2026 22:51:56 +0200 Subject: [PATCH] and a lil fix --- .../subscriptions/mass-gift-subscription.md | 10 ++++---- .../kick/subscriptions/resubscription.md | 24 +++++++++++++++---- .../kick/subscriptions/subscription.md | 24 +++++++++++++++---- 3 files changed, 45 insertions(+), 13 deletions(-) diff --git a/streamerbot/3.api/2.triggers/kick/subscriptions/mass-gift-subscription.md b/streamerbot/3.api/2.triggers/kick/subscriptions/mass-gift-subscription.md index 9db31cb6..c5efee82 100644 --- a/streamerbot/3.api/2.triggers/kick/subscriptions/mass-gift-subscription.md +++ b/streamerbot/3.api/2.triggers/kick/subscriptions/mass-gift-subscription.md @@ -2,21 +2,21 @@ title: Mass Gift Subscription description: Trigger for a Kick Mass Gift Subscription variables: - - name: recipient.userName# + - name: recipient.#.userName type: string description: The recipient user's display name
# is a number starting at 0 value: KickUser123 - - name: recipient.userLogin# + - name: recipient.#.userLogin type: string description: The recipient user's login name
# is a number starting at 0 value: kickuser123 - - name: recipient.userId# + - name: recipient.#.userId type: string description: The recipient user's id
# is a number starting at 0 - - name: recipient.profilePicture# + - name: recipient.#.profilePicture type: string description: The recipient user's profile picture
# is a number starting at 0 - - name: recipient.platform# + - name: recipient.#.platform type: string description: The recipient user's platform
# is a number starting at 0 - name: subscribedAt diff --git a/streamerbot/3.api/2.triggers/kick/subscriptions/resubscription.md b/streamerbot/3.api/2.triggers/kick/subscriptions/resubscription.md index 92d2ef0f..791a7305 100644 --- a/streamerbot/3.api/2.triggers/kick/subscriptions/resubscription.md +++ b/streamerbot/3.api/2.triggers/kick/subscriptions/resubscription.md @@ -9,14 +9,30 @@ variables: type: number description: The duration of subscription value: 1 - - name: badgeCount - type: number - description: Number of badges the user has - value: 1 - name: monthsSubscribed type: number description: The amount of months subscribed for value: 2 + - name: badgeCount + type: number + description: Number of badges the user has + value: 1 + - name: badge + type: List + description: A C# accessible list of badges used in the chat message + children: + - name: badge.#.id + type: string + description: Plain text name of the badge + value: broadcaster + - name: badge.#.name + type: string + description: Unique identifier for the badge + value: Broadcaster + - name: badge.#.info + type: string + description: URL of the badge image + value: https://files.kick.com/badges/broadcaster commonVariables: - KickBroadcaster - KickUser diff --git a/streamerbot/3.api/2.triggers/kick/subscriptions/subscription.md b/streamerbot/3.api/2.triggers/kick/subscriptions/subscription.md index 4f74410b..19d31ba0 100644 --- a/streamerbot/3.api/2.triggers/kick/subscriptions/subscription.md +++ b/streamerbot/3.api/2.triggers/kick/subscriptions/subscription.md @@ -9,14 +9,30 @@ variables: type: number description: The duration of subscription value: 1 - - name: badgeCount - type: number - description: Number of badges the user has - value: 1 - name: monthsSubscribed type: number description: The amount of months subscribed for value: 2 + - name: badgeCount + type: number + description: Number of badges the user has + value: 1 + - name: badge + type: List + description: A C# accessible list of badges used in the chat message + children: + - name: badge.#.id + type: string + description: Plain text name of the badge + value: broadcaster + - name: badge.#.name + type: string + description: Unique identifier for the badge + value: Broadcaster + - name: badge.#.info + type: string + description: URL of the badge image + value: https://files.kick.com/badges/broadcaster commonVariables: - KickBroadcaster - KickUser