Skip to content

Commit 98ccd85

Browse files
committed
updated docs
1 parent 2c9fdad commit 98ccd85

File tree

1 file changed

+28
-26
lines changed

1 file changed

+28
-26
lines changed

docs/event.md

+28-26
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ Used to either create or send mock events for use with local webhooks testing.
1616

1717
**Args**
1818

19-
| Argument | Description |
20-
|---------------------|--------------------------------------------------------------------|
21-
| `subscribe` | A standard subscription event. Triggers a basic tier 1 sub. |
22-
| `unsubscribe` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
23-
| `gift` | A gifted subscription event. Triggers a basic tier 1 sub. |
24-
| `cheer` | Only usable with the `eventsub` transport, shows Cheers from chat. |
25-
| `transaction` | Bits in Extensions transactions events. |
26-
| `add-reward` | Channel Points EventSub event for a Custom Reward being added. |
27-
| `update-reward` | Channel Points EventSub event for a Custom Reward being updated. |
28-
| `remove-reward` | Channel Points EventSub event for a Custom Reward being removed. |
29-
| `add-redemption` | Channel Points EventSub event for a redemption being performed. |
30-
| `update-redemption` | Channel Points EventSub event for a redemption being updated. |
31-
32-
19+
| Argument | Description |
20+
|---------------------|------------------------------------------------------------------------------------------------------------|
21+
| `subscribe` | A standard subscription event. Triggers a basic tier 1 sub. |
22+
| `unsubscribe` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
23+
| `gift` | A gifted subscription event. Triggers a basic tier 1 sub. |
24+
| `cheer` | Only usable with the `eventsub` transport, shows Cheers from chat. |
25+
| `transaction` | Bits in Extensions transactions events. |
26+
| `add-reward` | Channel Points EventSub event for a Custom Reward being added. |
27+
| `update-reward` | Channel Points EventSub event for a Custom Reward being updated. |
28+
| `remove-reward` | Channel Points EventSub event for a Custom Reward being removed. |
29+
| `add-redemption` | Channel Points EventSub event for a redemption being performed. |
30+
| `update-redemption` | Channel Points EventSub event for a redemption being updated. |
31+
| `raid` | Channel Raid event with a random viewer count. |
32+
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
3333

3434
**Flags**
3535

@@ -95,18 +95,20 @@ Allows you to test if your webserver responds to subscription requests properly.
9595

9696
**Args**
9797

98-
| Argument | Description |
99-
|---------------------|--------------------------------------------------------------------|
100-
| `subscribe` | A standard subscription event. Triggers a basic tier 1 sub. |
101-
| `unsubscribe` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
102-
| `gift` | A gifted subscription event. Triggers a basic tier 1 sub. |
103-
| `cheer` | Only usable with the `eventsub` transport, shows Cheers from chat. |
104-
| `transaction` | Bits in Extensions transactions events. |
105-
| `add-reward` | Channel Points EventSub event for a Custom Reward being added. |
106-
| `update-reward` | Channel Points EventSub event for a Custom Reward being updated. |
107-
| `remove-reward` | Channel Points EventSub event for a Custom Reward being removed. |
108-
| `add-redemption` | Channel Points EventSub event for a redemption being performed. |
109-
| `update-redemption` | Channel Points EventSub event for a redemption being updated. |
98+
| Argument | Description |
99+
|---------------------|------------------------------------------------------------------------------------------------------------|
100+
| `subscribe` | A standard subscription event. Triggers a basic tier 1 sub. |
101+
| `unsubscribe` | A standard unsubscribe event. Triggers a basic tier 1 sub. |
102+
| `gift` | A gifted subscription event. Triggers a basic tier 1 sub. |
103+
| `cheer` | Only usable with the `eventsub` transport, shows Cheers from chat. |
104+
| `transaction` | Bits in Extensions transactions events. |
105+
| `add-reward` | Channel Points EventSub event for a Custom Reward being added. |
106+
| `update-reward` | Channel Points EventSub event for a Custom Reward being updated. |
107+
| `remove-reward` | Channel Points EventSub event for a Custom Reward being removed. |
108+
| `add-redemption` | Channel Points EventSub event for a redemption being performed. |
109+
| `update-redemption` | Channel Points EventSub event for a redemption being updated. |
110+
| `raid` | Channel Raid event with a random viewer count. |
111+
| `revoke` | User authorization revoke event. Uses local Client as set in `twitch configure` or generates one randomly. |
110112

111113
**Flags**
112114

0 commit comments

Comments
 (0)