diff --git a/apps/web/src/app/auth/providers.ts b/apps/web/src/app/auth/providers.ts index 4b556ef9..443f3da2 100644 --- a/apps/web/src/app/auth/providers.ts +++ b/apps/web/src/app/auth/providers.ts @@ -247,13 +247,12 @@ type OAuthFetchConfig = { }; const TWITCH_SCOPES = [ - // "analytics:read:extensions", - // "analytics:read:games", "bits:read", "channel:edit:commercial", "channel:manage:broadcast", "channel:read:charity", "channel:manage:extensions", + "channel:manage:guest_star", "channel:manage:moderators", "channel:manage:polls", "channel:manage:predictions", @@ -263,9 +262,9 @@ const TWITCH_SCOPES = [ "channel:manage:videos", "channel:manage:vips", "channel:moderate", - "channel:manage:redemptions", "channel:read:editors", "channel:read:goals", + "channel:read:guest_star", "channel:read:hype_train", "channel:read:polls", "channel:read:predictions", @@ -280,10 +279,13 @@ const TWITCH_SCOPES = [ "moderation:read", "moderator:manage:announcements", "moderator:manage:automod_settings", + "moderator:manage:automod", "moderator:manage:banned_users", "moderator:manage:chat_messages", "moderator:manage:chat_settings", "moderator:manage:shield_mode", + "moderator:manage:unban_requests", + "moderator:manage:guest_star", "moderator:manage:shoutouts", "moderator:manage:warnings", "moderator:read:automod_settings", @@ -291,6 +293,11 @@ const TWITCH_SCOPES = [ "moderator:read:chat_settings", "moderator:read:chatters", "moderator:read:followers", + "moderator:read:guest_star", + "moderator:read:moderators", + "moderator:read:unban_requests", + "moderator:read:vips", + "moderator:read:warnings", "moderator:read:shield_mode", "moderator:read:shoutouts", "user:edit", @@ -304,6 +311,4 @@ const TWITCH_SCOPES = [ "user:read:chat", "user:write:chat", "user:read:subscriptions", - // "whispers:read", - // "whispers:edit", ];