Skip to content

Commit

Permalink
Add isGoldenKappaTrain argument to HypeTrain Triggers (#288)
Browse files Browse the repository at this point in the history
* Add isGoldenKappaTrain to HypeTrain Triggers

* Add value to isGoldenKappaTrain
  • Loading branch information
pwnyy authored Nov 28, 2024
1 parent 3d97bd5 commit 6d2c981
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions streamerbot/3.api/2.triggers/twitch/hype-train/end.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions streamerbot/3.api/2.triggers/twitch/hype-train/level-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions streamerbot/3.api/2.triggers/twitch/hype-train/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions streamerbot/3.api/2.triggers/twitch/hype-train/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d2c981

Please sign in to comment.