fix(webhooks): fix chat user parted webhook creation error. Closes #3524
This commit is contained in:
@@ -19,6 +19,7 @@ type Webhook struct {
|
||||
var validEvents = []EventType{
|
||||
MessageSent,
|
||||
UserJoined,
|
||||
UserParted,
|
||||
UserNameChanged,
|
||||
VisibiltyToggled,
|
||||
StreamStarted,
|
||||
|
||||
Reference in New Issue
Block a user