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

add role_connections.write to OAuth2 scopes #5591

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/topics/OAuth2.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ These are a list of all the OAuth2 scopes that Discord supports. Some scopes req
| identify | allows [/users/@me](#DOCS_RESOURCES_USER/get-current-user) without `email` |
| messages.read | for local rpc server api access, this allows you to read messages from all client channels (otherwise restricted to channels/guilds your app creates) |
| relationships.read | allows your app to know a user's friends and implicit relationships - requires Discord approval |
| role_connections.write | allows your app to update your connection and metadata for the app |
| rpc | for local rpc server access, this allows you to control a user's local Discord client - requires Discord approval |
| rpc.activities.write | for local rpc server access, this allows you to update a user's activity - requires Discord approval |
| rpc.notifications.read | for local rpc server access, this allows you to receive notifications pushed out to the user - requires Discord approval |
Expand Down