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
| dm_channels.read | allows your app to see information about the user's DMs and group DMs - requires Discord approval |
39
-
| email | enables [/users/@me](/docs/resources/user#get-current-user) to return an `email`|
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
-
| 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|
44
-
| identify | allows [/users/@me](/docs/resources/user#get-current-user) without `email`|
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 |
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 |
47
47
| role_connections.write | allows your app to update a user's connection and metadata for the app |
0 commit comments