Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Chat Auth scope from 'chat:moderate' to 'channel:moderate' #358

Merged
merged 1 commit into from
Jun 10, 2023

Conversation

NioZero
Copy link

@NioZero NioZero commented Jun 4, 2023

Hi,

I noticed that the scope chat:moderate is not correct according to the reference. I updated with the correct scope channel:moderate.

ref: https://dev.twitch.tv/docs/authentication/scopes/#chat-and-pubsub-scopes

@NioZero
Copy link
Author

NioZero commented Jun 10, 2023

Hi... Is there anything wrong with this PR?

@Mahsaap Mahsaap merged commit e2ab3e6 into TwitchLib:dev Jun 10, 2023
@@ -68,7 +68,7 @@ private AuthScopes StringToScope(string scope)
case "chat:edit":
return AuthScopes.Chat_Edit;
case "chat:moderate":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

noticed this after the fact, but this is still chat not channel

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants