fix(webhooks): fix chat user parted webhook creation error. Closes #3524

This commit is contained in:
Gabe Kangas
2024-02-18 16:20:58 -08:00
parent ebf64dd17d
commit 797e464767
2 changed files with 3 additions and 0 deletions

View File

@ -19,6 +19,7 @@ type Webhook struct {
var validEvents = []EventType{
MessageSent,
UserJoined,
UserParted,
UserNameChanged,
VisibiltyToggled,
StreamStarted,