Skip to content

Commit

Permalink
fixed some merge issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MonstersOnParade committed Mar 16, 2021
1 parent abb857e commit 54a5ae7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/event.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Used to either create or send mock events for use with local webhooks testing.
| `streamdown` | Only usable with the `eventsub` transport, a stream offline event. |
| `add-moderator` | Channel moderator add event. |
| `remove-moderator` | Channel moderator removal event. |
| `ban` | Channel ban event. |
| `unban` | Channel unban event. |
| `hype-train-begin` | Hype Train begins event. |
| `hype-train-progress` | Hype Train progress event. |
| `hype-train-end` | Hype Train ends event. |
Expand Down Expand Up @@ -123,6 +125,8 @@ Allows you to test if your webserver responds to subscription requests properly.
| `streamdown` | Only usable with the `eventsub` transport, a stream offline event. |
| `add-moderator` | Channel moderator add event. |
| `remove-moderator` | Channel moderator removal event. |
| `ban` | Channel ban event. |
| `unban` | Channel unban event. |
| `hype-train-begin` | Hype Train begins event. |
| `hype-train-progress` | Hype Train progress event. |
| `hype-train-end` | Hype Train ends event. |
Expand Down
2 changes: 2 additions & 0 deletions internal/events/models.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ var triggerSupported = map[string]bool{
"remove-reward": true,
"add-moderator": true,
"remove-moderator": true,
"ban": true,
"unban": true,
"hype-train-begin": true,
"hype-train-progress": true,
"hype-train-end": true,
Expand Down

0 comments on commit 54a5ae7

Please sign in to comment.