diff --git a/pkg/twitch/search.go b/pkg/twitch/search.go index 66ff441..ff104fc 100644 --- a/pkg/twitch/search.go +++ b/pkg/twitch/search.go @@ -36,7 +36,7 @@ func (c *Client) SearchCategories(ctx context.Context, name string) ([]Category, for { if err := c.Request(ctx, ClientRequestOpts{ - AuthType: AuthTypeBearerToken, + AuthType: AuthTypeAppAccessToken, Method: http.MethodGet, OKStatus: http.StatusOK, Out: &resp,