Skip to content

Commit 5874bed

Browse files
committed
fix table formatting
1 parent c467caa commit 5874bed

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/event.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Used to either create or send mock events for use with local webhooks testing.
1717
**Args**
1818

1919
| Argument | Description |
20-
| ------------------- | ---------------------------------------------------------------------------------------------------------- |
20+
|---------------------|------------------------------------------------------------------------------------------------------------|
2121
| `subscribe` | A standard subscription event. Triggers a basic tier 1 sub. |
2222
| `unsubscribe` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
2323
| `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.
3131
| `raid` | Channel Raid event with a random viewer count. |
3232
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
3333
| `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. |
3636
| `add-moderator` | Channel moderator add event. |
3737
| `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. |
4040

4141

4242
**Flags**
@@ -105,7 +105,7 @@ Allows you to test if your webserver responds to subscription requests properly.
105105
**Args**
106106

107107
| Argument | Description |
108-
| ------------------- | ---------------------------------------------------------------------------------------------------------- |
108+
|---------------------|------------------------------------------------------------------------------------------------------------|
109109
| `subscribe` | A standard subscription event. Triggers a basic tier 1 sub. |
110110
| `unsubscribe` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
111111
| `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.
118118
| `update-redemption` | Channel Points EventSub event for a redemption being updated. |
119119
| `raid` | Channel Raid event with a random viewer count. |
120120
| `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. |
124124
| `add-moderator` | Channel moderator add event. |
125125
| `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. |
128128

129129
**Flags**
130130

0 commit comments

Comments
 (0)