From 52ab9acbc672ec2804d4585c6b20a1d3dcf03082 Mon Sep 17 00:00:00 2001 From: Fleny Date: Thu, 22 Jan 2026 23:46:20 +0100 Subject: [PATCH] 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. --- packages/types/src/discord/oauth2.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/types/src/discord/oauth2.ts b/packages/types/src/discord/oauth2.ts index 3e6042207..0a1e8ba7d 100644 --- a/packages/types/src/discord/oauth2.ts +++ b/packages/types/src/discord/oauth2.ts @@ -80,10 +80,11 @@ export enum OAuth2Scope { */ 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 - * 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', /** Allows your app to update a user's connection and metadata for the app */