api-docs: Update relationships.read scope description (#4707)

This now reflects the updated information about the scope, we do not include the links to the form nor the TOS & privacy policy note as those are better suited for the dev docs instead.
This commit is contained in:
Fleny
2026-01-23 04:16:20 +05:30
committed by GitHub
parent a794c2068a
commit 52ab9acbc6
+3 -2
View File
@@ -80,10 +80,11 @@ export enum OAuth2Scope {
*/ */
MessagesRead = 'messages.read', MessagesRead = 'messages.read',
/** /**
* Allows your app to know a user's friends and implicit relationships * Allows your app to access a user's Discord Friends list, their pending requests, and blocked users.
* *
* @remarks * @remarks
* This scope requires Discord approval to be used * This scope is part of the Social SDK.
* You need to submit for access in the dev portal to use this scope.
*/ */
RelationshipsRead = 'relationships.read', RelationshipsRead = 'relationships.read',
/** Allows your app to update a user's connection and metadata for the app */ /** Allows your app to update a user's connection and metadata for the app */