Skip to content

Commit

Permalink
doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
Val Polouchkine committed Mar 8, 2021
1 parent 4e5004e commit 7b2053e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Used to either create or send mock events for use with local webhooks testing.
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
| `streamup` | Only usable with the `eventsub` transport, a stream online event. |
| `streamdown` | Only usable with the `eventsub` transport, a stream offline event. |
| `add-moderator` | Broadcaster add a moderator to their channel. |
| `remove-moderator` | Broadcaster removes a moderator from their channel. |
| `add-moderator` | Channel moderator add event. |
| `remove-moderator` | Channel moderator removal event. |

**Flags**

Expand Down Expand Up @@ -115,8 +115,8 @@ Allows you to test if your webserver responds to subscription requests properly.
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
| `streamup` | Only usable with the `eventsub` transport, a stream online event. |
| `streamdown` | Only usable with the `eventsub` transport, a stream offline event. |
| `add-moderator` | Broadcaster add a moderator to their channel. |
| `remove-moderator` | Broadcaster removes a moderator from their channel. |
| `add-moderator` | Channel moderator add event. |
| `remove-moderator` | Channel moderator removal event. |

**Flags**

Expand Down

0 comments on commit 7b2053e

Please sign in to comment.