Skip to content

Commit

Permalink
chore(Oauth2Scopes): remove rpc.api
Browse files Browse the repository at this point in the history
BREAKING CHANGE: This removes the `rpc.api` scope, as it has been removed
from the documentation.

Reference: discord/discord-api-docs@2641d98
  • Loading branch information
vladfrangu committed Apr 10, 2021
1 parent 9adabf4 commit 7ee8511
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions deno/payloads/v8/oauth2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ export enum OAuth2Scopes {
* For local rpc server access, this allows you to control a user's local Discord client - whitelist only
*/
RPC = 'rpc',
/**
* For local rpc server api access, this allows you to access the API as the local user - whitelist only
*/
RPCApi = 'rpc.api',
/**
* For local rpc server api access, this allows you to receive notifications pushed out to the user - whitelist only
*/
Expand Down
4 changes: 0 additions & 4 deletions payloads/v8/oauth2.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,6 @@ export const enum OAuth2Scopes {
* For local rpc server access, this allows you to control a user's local Discord client - whitelist only
*/
RPC = 'rpc',
/**
* For local rpc server api access, this allows you to access the API as the local user - whitelist only
*/
RPCApi = 'rpc.api',
/**
* For local rpc server api access, this allows you to receive notifications pushed out to the user - whitelist only
*/
Expand Down

0 comments on commit 7ee8511

Please sign in to comment.