Skip to content

Commit c6b3527

Browse files
docs: add kicks gifted trigger variables
1 parent 45928fa commit c6b3527

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
type: string
16+
value: LEVEL_UP
17+
- name: kicks.tier
18+
description: The tier of the gift reward
19+
type: string
20+
value: MID
21+
commonVariables:
22+
- KickBroadcaster
23+
- KickUser
24+
---

streamerbot/3.api/2.triggers/twitch/chat/watch-streak.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,3 @@ commonVariables:
2828
- TwitchUser
2929
- TwitchChat
3030
---
31-
32-

0 commit comments

Comments
 (0)