mirror of
https://github.com/discordeno/discordeno.git
synced 2026-09-17 08:47:22 +00:00
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:
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user