diff --git a/modules/twitch/client.eventsub.go b/modules/twitch/client.eventsub.go index b86caab..94ac127 100644 --- a/modules/twitch/client.eventsub.go +++ b/modules/twitch/client.eventsub.go @@ -188,8 +188,8 @@ type WelcomeMessagePayload struct { } type NotificationMessagePayload struct { - Subscription helix.EventSubSubscription - Event jsoniter.RawMessage `json:"event"` + Subscription helix.EventSubSubscription `json:"subscription"` + Event jsoniter.RawMessage `json:"event"` } type EventSubMetadata struct {