We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45928fa commit c6b3527Copy full SHA for c6b3527
2 files changed
streamerbot/3.api/2.triggers/kick/kicks/gifted.md
@@ -0,0 +1,24 @@
1
+---
2
+title: Kicks Gifted
3
+description: Trigger for a Kicks Gifted event
4
+variables:
5
+ - name: kicks.amount
6
+ description: The amount of Kicks gifted
7
+ type: int
8
+ value: 42
9
+ - name: kicks.name
10
+ description: THe name of the gift reward
11
+ type: string
12
+ value: Kicks Gift
13
+ - name: kicks.type
14
+ description: The type of the gift reward
15
16
+ value: LEVEL_UP
17
+ - name: kicks.tier
18
+ description: The tier of the gift reward
19
20
+ value: MID
21
+commonVariables:
22
+ - KickBroadcaster
23
+ - KickUser
24
streamerbot/3.api/2.triggers/twitch/chat/watch-streak.md
@@ -28,5 +28,3 @@ commonVariables:
28
- TwitchUser
29
- TwitchChat
30
---
31
-
32
0 commit comments