From 6d2c981a98cf1cff9af8f03e00c6a46430fad65f Mon Sep 17 00:00:00 2001 From: pwnyy Date: Thu, 28 Nov 2024 14:50:28 +0100 Subject: [PATCH] Add isGoldenKappaTrain argument to HypeTrain Triggers (#288) * Add isGoldenKappaTrain to HypeTrain Triggers * Add value to isGoldenKappaTrain --- streamerbot/3.api/2.triggers/twitch/hype-train/end.md | 4 ++++ streamerbot/3.api/2.triggers/twitch/hype-train/level-up.md | 4 ++++ streamerbot/3.api/2.triggers/twitch/hype-train/start.md | 4 ++++ streamerbot/3.api/2.triggers/twitch/hype-train/update.md | 4 ++++ 4 files changed, 16 insertions(+) diff --git a/streamerbot/3.api/2.triggers/twitch/hype-train/end.md b/streamerbot/3.api/2.triggers/twitch/hype-train/end.md index 2d7c18a9..a3adb5fd 100644 --- a/streamerbot/3.api/2.triggers/twitch/hype-train/end.md +++ b/streamerbot/3.api/2.triggers/twitch/hype-train/end.md @@ -19,6 +19,10 @@ variables: type: number description: The percentage of the current level as a decimal value: 0.8 + - name: isGoldenKappaTrain + type: boolean + description: Whether or not this is a Golden Kappa Train + value: True - name: contributors type: number description: The amount of contributors of the hype train diff --git a/streamerbot/3.api/2.triggers/twitch/hype-train/level-up.md b/streamerbot/3.api/2.triggers/twitch/hype-train/level-up.md index 728231a9..5c219b18 100644 --- a/streamerbot/3.api/2.triggers/twitch/hype-train/level-up.md +++ b/streamerbot/3.api/2.triggers/twitch/hype-train/level-up.md @@ -33,6 +33,10 @@ variables: type: number description: The percentage of the current level as a decimal value: 0.8 + - name: isGoldenKappaTrain + type: boolean + description: Whether or not this is a Golden Kappa Train + value: True - name: contributors type: number description: The amount of contributors of the hype train diff --git a/streamerbot/3.api/2.triggers/twitch/hype-train/start.md b/streamerbot/3.api/2.triggers/twitch/hype-train/start.md index 6b7230c6..31d6398c 100644 --- a/streamerbot/3.api/2.triggers/twitch/hype-train/start.md +++ b/streamerbot/3.api/2.triggers/twitch/hype-train/start.md @@ -27,6 +27,10 @@ variables: type: number description: The percentage of the current level as a decimal value: 0.8 + - name: isGoldenKappaTrain + type: boolean + description: Whether or not this is a Golden Kappa Train + value: True - name: top.bits.user type: string description: The top cheerer of this hype train display name diff --git a/streamerbot/3.api/2.triggers/twitch/hype-train/update.md b/streamerbot/3.api/2.triggers/twitch/hype-train/update.md index 86abf6e1..fad69489 100644 --- a/streamerbot/3.api/2.triggers/twitch/hype-train/update.md +++ b/streamerbot/3.api/2.triggers/twitch/hype-train/update.md @@ -27,6 +27,10 @@ variables: type: number description: The percentage of the current level as a decimal value: 0.8 + - name: isGoldenKappaTrain + type: boolean + description: Whether or not this is a Golden Kappa Train + value: True - name: contributors type: number description: The amount of contributors of the hype train