Skip to content

Commit 182eee1

Browse files
author
Garza
committed
Modify docs to reflect websub support on stream up/down
1 parent 0b5cc90 commit 182eee1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/event.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ 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` | Only usable with the `eventsub` transport, a stream online event. |
35-
| `streamdown` | Only usable with the `eventsub` transport, a stream 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. |
3838

@@ -51,7 +51,7 @@ Used to either create or send mock events for use with local webhooks testing.
5151
| `--status` | `-S` | Status of the event object, currently applies to channel points redemptions. | `-S fulfilled` | N |
5252
| `--item-id` | `-i` | Manually set the ID of the event payload item (for example the reward ID in redemption events). | `-i 032e4a6c-4aef-11eb-a9f5-1f703d1f0b92` | N |
5353
| `--cost` | `-C` | Amount of bits or channel points redeemed/used in the event. | `-C 250` | N |
54-
| `--description` | `-d` | Title the stream should be updated with. | `-d Awesome new title!` | N |
54+
| `--description` | `-d` | Title the stream should be updated/started with. | `-d Awesome new title!` | N |
5555

5656
**Examples**
5757

@@ -116,8 +116,8 @@ Allows you to test if your webserver responds to subscription requests properly.
116116
| `raid` | Channel Raid event with a random viewer count. |
117117
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
118118
| `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. |
119+
| `streamup` | Stream online event. |
120+
| `streamdown` | Stream offline event. |
121121
| `add-moderator` | Channel moderator add event. |
122122
| `remove-moderator` | Channel moderator removal event. |
123123

0 commit comments

Comments
 (0)