You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/topics/oauth2.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -39,8 +39,8 @@ These are a list of all the OAuth2 scopes that Discord supports. Some scopes req
39
39
| email | enables [/users/@me](/docs/resources/user#get-current-user) to return an `email`|
40
40
| gdm.join | allows your app to [join users to a group dm](/docs/resources/channel#group-dm-add-recipient)|
41
41
| guilds | allows [/users/@me/guilds](/docs/resources/user#get-current-user-guilds) to return basic information about all of a user's guilds |
42
-
| guilds.join | allows [/guilds/{guild.id}/members/{user.id}](/docs/resources/guild#add-guild-member) to be used for joining users to a guild|
43
-
| guilds.members.read | allows [/users/@me/guilds/{guild.id}/member](/docs/resources/user#get-current-user-guild-member) to return a user's member information in a guild|
42
+
| guilds.join | allows [/guilds/\{guild.id\}/members/\{user.id\}](/docs/resources/guild#add-guild-member) to be used for joining users to a guild |
43
+
| guilds.members.read | allows [/users/@me/guilds/\{guild.id\}/member](/docs/resources/user#get-current-user-guild-member) to return a user's member information in a guild |
44
44
| identify | allows [/users/@me](/docs/resources/user#get-current-user) without `email`|
45
45
| 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) |
46
46
| relationships.read | allows your app to know a user's friends and implicit relationships - requires Discord approval |
0 commit comments