@@ -17,7 +17,7 @@ Used to either create or send mock events for use with local webhooks testing.
17
17
** Args**
18
18
19
19
| Argument | Description |
20
- | ------------------- | ---------------------------------------------------------------------------------------------------------- |
20
+ | --------------------- | ------------------------------------------------------------------------------------------------------------ |
21
21
| ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
22
22
| ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
23
23
| ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
@@ -31,12 +31,12 @@ Used to either create or send mock events for use with local webhooks testing.
31
31
| ` raid ` | Channel Raid event with a random viewer count. |
32
32
| ` revoke ` | User authorization revoke event. Uses local Client as set in ` twitch configure ` or generates one randomly. |
33
33
| ` stream-change ` | Stream Changed event. |
34
- | ` streamup ` | Stream online event. |
35
- | ` streamdown ` | Sstream offline event. |
34
+ | ` streamup ` | Stream online event. |
35
+ | ` streamdown ` | Sstream offline event. |
36
36
| ` add-moderator ` | Channel moderator add event. |
37
37
| ` remove-moderator ` | Channel moderator removal event. |
38
- | ` ban ` | Channel ban event. |
39
- | ` unban ` | Channel unban event. |
38
+ | ` ban ` | Channel ban event. |
39
+ | ` unban ` | Channel unban event. |
40
40
41
41
42
42
** Flags**
@@ -105,7 +105,7 @@ Allows you to test if your webserver responds to subscription requests properly.
105
105
** Args**
106
106
107
107
| Argument | Description |
108
- | ------------------- | ---------------------------------------------------------------------------------------------------------- |
108
+ | --------------------- | ------------------------------------------------------------------------------------------------------------ |
109
109
| ` subscribe ` | A standard subscription event. Triggers a basic tier 1 sub. |
110
110
| ` unsubscribe ` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
111
111
| ` gift ` | A gifted subscription event. Triggers a basic tier 1 sub. |
@@ -118,13 +118,13 @@ Allows you to test if your webserver responds to subscription requests properly.
118
118
| ` update-redemption ` | Channel Points EventSub event for a redemption being updated. |
119
119
| ` raid ` | Channel Raid event with a random viewer count. |
120
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 ` | Stream online event. |
123
- | ` streamdown ` | Stream offline event. |
121
+ | ` stream-change ` | Stream Changed event. |
122
+ | ` streamup ` | Stream online event. |
123
+ | ` streamdown ` | Sstream offline event. |
124
124
| ` add-moderator ` | Channel moderator add event. |
125
125
| ` remove-moderator ` | Channel moderator removal event. |
126
- | ` ban ` | Channel ban event. |
127
- | ` unban ` | Channel unban event. |
126
+ | ` ban ` | Channel ban event. |
127
+ | ` unban ` | Channel unban event. |
128
128
129
129
** Flags**
130
130
0 commit comments