@@ -16,25 +16,28 @@ Used to either create or send mock events for use with local webhooks testing.
16
16
17
17
** Args**
18
18
19
- | Argument | Description |
20
- | ------------------- | ---------------------------------------------------------------------------------------------------------- |
21
- | ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
22
- | ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
23
- | ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
24
- | ` cheer ` | Only usable with the ` eventsub ` transport, shows Cheers from chat. |
25
- | ` transaction ` | Bits in Extensions transactions events. |
26
- | ` add-reward ` | Channel Points EventSub event for a Custom Reward being added. |
27
- | ` update-reward ` | Channel Points EventSub event for a Custom Reward being updated. |
28
- | ` remove-reward ` | Channel Points EventSub event for a Custom Reward being removed. |
29
- | ` add-redemption ` | Channel Points EventSub event for a redemption being performed. |
30
- | ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
31
- | ` raid ` | Channel Raid event with a random viewer count. |
32
- | ` revoke ` | User authorization revoke event. Uses local Client as set in ` twitch configure ` or generates one randomly. |
33
- | ` stream-change ` | Stream Changed event. |
34
- | ` streamup ` | Only usable with the ` eventsub ` transport, a stream online event. |
35
- | ` streamdown ` | Only usable with the ` eventsub ` transport, a stream offline event. |
36
- | ` add-moderator ` | Channel moderator add event. |
37
- | ` remove-moderator ` | Channel moderator removal event. |
19
+ | Argument | Description |
20
+ | ---------------------- | ---------------------------------------------------------------------------------------------------------- |
21
+ | ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
22
+ | ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
23
+ | ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
24
+ | ` cheer ` | Only usable with the ` eventsub ` transport, shows Cheers from chat. |
25
+ | ` transaction ` | Bits in Extensions transactions events. |
26
+ | ` add-reward ` | Channel Points EventSub event for a Custom Reward being added. |
27
+ | ` update-reward ` | Channel Points EventSub event for a Custom Reward being updated. |
28
+ | ` remove-reward ` | Channel Points EventSub event for a Custom Reward being removed. |
29
+ | ` add-redemption ` | Channel Points EventSub event for a redemption being performed. |
30
+ | ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
31
+ | ` raid ` | Channel Raid event with a random viewer count. |
32
+ | ` revoke ` | User authorization revoke event. Uses local Client as set in ` twitch configure ` or generates one randomly. |
33
+ | ` stream-change ` | Stream Changed event. |
34
+ | ` streamup ` | Only usable with the ` eventsub ` transport, a stream online event. |
35
+ | ` streamdown ` | Only usable with the ` eventsub ` transport, a stream offline event. |
36
+ | ` add-moderator ` | Channel moderator add event. |
37
+ | ` remove-moderator ` | Channel moderator removal event. |
38
+ | ` hype-train-begin ` | Hype Train begins event. |
39
+ | ` hype-train-progress ` | Hype Train progress event. |
40
+ | ` hype-train-end ` | Hype Train ends event. |
38
41
39
42
** Flags**
40
43
@@ -102,24 +105,27 @@ Allows you to test if your webserver responds to subscription requests properly.
102
105
** Args**
103
106
104
107
| Argument | Description |
105
- | ------------------- | ---------------------------------------------------------------------------------------------------------- |
106
- | ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
107
- | ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
108
- | ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
109
- | ` cheer ` | Only usable with the ` eventsub ` transport, shows Cheers from chat. |
110
- | ` transaction ` | Bits in Extensions transactions events. |
111
- | ` add-reward ` | Channel Points EventSub event for a Custom Reward being added. |
112
- | ` update-reward ` | Channel Points EventSub event for a Custom Reward being updated. |
113
- | ` remove-reward ` | Channel Points EventSub event for a Custom Reward being removed. |
114
- | ` add-redemption ` | Channel Points EventSub event for a redemption being performed. |
115
- | ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
116
- | ` raid ` | Channel Raid event with a random viewer count. |
117
- | ` revoke ` | User authorization revoke event. Uses local Client as set in ` twitch configure ` or generates one randomly. |
118
- | ` stream_change ` | Stream changed event. |
119
- | ` streamup ` | Only usable with the ` eventsub ` transport, a stream online event. |
120
- | ` streamdown ` | Only usable with the ` eventsub ` transport, a stream offline event. |
121
- | ` add-moderator ` | Channel moderator add event. |
122
- | ` remove-moderator ` | Channel moderator removal event. |
108
+ | ---------------------- | ---------------------------------------------------------------------------------------------------------- |
109
+ | ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
110
+ | ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
111
+ | ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
112
+ | ` cheer ` | Only usable with the ` eventsub ` transport, shows Cheers from chat. |
113
+ | ` transaction ` | Bits in Extensions transactions events. |
114
+ | ` add-reward ` | Channel Points EventSub event for a Custom Reward being added. |
115
+ | ` update-reward ` | Channel Points EventSub event for a Custom Reward being updated. |
116
+ | ` remove-reward ` | Channel Points EventSub event for a Custom Reward being removed. |
117
+ | ` add-redemption ` | Channel Points EventSub event for a redemption being performed. |
118
+ | ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
119
+ | ` raid ` | Channel Raid event with a random viewer count. |
120
+ | ` revoke ` | User authorization revoke event. Uses local Client as set in ` twitch configure ` or generates one randomly. |
121
+ | ` stream_change ` | Stream changed event. |
122
+ | ` streamup ` | Only usable with the ` eventsub ` transport, a stream online event. |
123
+ | ` streamdown ` | Only usable with the ` eventsub ` transport, a stream offline event. |
124
+ | ` add-moderator ` | Channel moderator add event. |
125
+ | ` remove-moderator ` | Channel moderator removal event. |
126
+ | ` hype-train-begin ` | Hype Train begins event. |
127
+ | ` hype-train-progress ` | Hype Train progress event. |
128
+ | ` hype-train-end ` | Hype Train ends event. |
123
129
124
130
** Flags**
125
131
0 commit comments