Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Used to either create or send mock events for use with local webhooks testing.
| `remove-reward` | Channel Points EventSub event for a Custom Reward being removed. |
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
| `stream-change` | Stream Changed event. |
| `streamdown` | Sstream offline event. |
| `streamdown` | Stream offline event. |
| `streamup` | Stream online event. |
| `subscribe-message` | Subscription Message event. |
| `subscribe` | A standard subscription event. Triggers a basic tier 1 sub. |
Expand Down Expand Up @@ -154,7 +154,7 @@ Allows you to test if your webserver responds to subscription requests properly.
| `remove-reward` | Channel Points EventSub event for a Custom Reward being removed. |
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
| `stream-change` | Stream Changed event. |
| `streamdown` | Sstream offline event. |
| `streamdown` | Stream offline event. |
| `streamup` | Stream online event. |
| `subscribe-message` | Subscription Message event. |
| `subscribe` | A standard subscription event. Triggers a basic tier 1 sub. |
Expand Down