diff --git a/pkg/twitch/eventsub.go b/pkg/twitch/eventsub.go index 4715304..0f1b8b7 100644 --- a/pkg/twitch/eventsub.go +++ b/pkg/twitch/eventsub.go @@ -324,7 +324,6 @@ func (c *Client) createEventSubSubscription(ctx context.Context, auth AuthType, if mustFetchSubsctiption { params := make(url.Values) params.Set("status", "enabled") - params.Set("type", sub.Type) if err = c.Request(ctx, ClientRequestOpts{ AuthType: auth,