@@ -16,20 +16,20 @@ 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
-
32
-
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
33
34
34
** Flags**
35
35
@@ -95,18 +95,20 @@ Allows you to test if your webserver responds to subscription requests properly.
95
95
96
96
** Args**
97
97
98
- | Argument | Description |
99
- | ---------------------| --------------------------------------------------------------------|
100
- | ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
101
- | ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
102
- | ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
103
- | ` cheer ` | Only usable with the ` eventsub ` transport, shows Cheers from chat. |
104
- | ` transaction ` | Bits in Extensions transactions events. |
105
- | ` add-reward ` | Channel Points EventSub event for a Custom Reward being added. |
106
- | ` update-reward ` | Channel Points EventSub event for a Custom Reward being updated. |
107
- | ` remove-reward ` | Channel Points EventSub event for a Custom Reward being removed. |
108
- | ` add-redemption ` | Channel Points EventSub event for a redemption being performed. |
109
- | ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
98
+ | Argument | Description |
99
+ | ---------------------| ------------------------------------------------------------------------------------------------------------|
100
+ | ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
101
+ | ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
102
+ | ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
103
+ | ` cheer ` | Only usable with the ` eventsub ` transport, shows Cheers from chat. |
104
+ | ` transaction ` | Bits in Extensions transactions events. |
105
+ | ` add-reward ` | Channel Points EventSub event for a Custom Reward being added. |
106
+ | ` update-reward ` | Channel Points EventSub event for a Custom Reward being updated. |
107
+ | ` remove-reward ` | Channel Points EventSub event for a Custom Reward being removed. |
108
+ | ` add-redemption ` | Channel Points EventSub event for a redemption being performed. |
109
+ | ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
110
+ | ` raid ` | Channel Raid event with a random viewer count. |
111
+ | ` revoke ` | User authorization revoke event. Uses local Client as set in ` twitch configure ` or generates one randomly. |
110
112
111
113
** Flags**
112
114
0 commit comments