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 531461f commit ba9bacfCopy full SHA for ba9bacf
1 file changed
streamerbot/3.api/2.triggers/twitch/channel-reward/reward-redemption.md
@@ -43,16 +43,18 @@ variables:
43
commonVariables:
44
- TwitchBroadcaster
45
- TwitchUser
46
----
+parameters:
47
+ - name: Reward
48
+ type: Select
49
+ required: true
50
+ default: Any
51
+ description: |
52
+ Select a configured Twitch reward
53
+
54
+ - Select `Any` to trigger on **any reward**
55
-## Parameters
-::field-group
- ::field{name=Reward type=Select required}
- Select a configured Twitch reward
- - Select `Any` to trigger on **any reward**
56
+ ::tip
57
+ You can quickly register a new reward by clicking the `Create Reward` button!
58
+ ::
59
+---
60
- ::tip
- You can quickly register a new reward by clicking the `Create Reward` button!
- ::
-::
0 commit comments