Skip to content

Commit 3415eed

Browse files
committed
Wrapped enpoint paths in inline code
1 parent 06e82b7 commit 3415eed

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/topics/oauth2.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ These are a list of all the OAuth2 scopes that Discord supports. Some scopes req
3434
| applications.entitlements | allows your app to read entitlements for a user's applications |
3535
| applications.store.update | allows your app to read and update store data (SKUs, store listings, achievements, etc.) for a user's applications |
3636
| bot | for oauth2 bots, this puts the bot in the user's selected guild by default |
37-
| connections | allows [/users/@me/connections](/docs/resources/user#get-current-user-connections) to return linked third-party accounts |
37+
| connections | allows [`/users/@me/connections`](/docs/resources/user#get-current-user-connections) to return linked third-party accounts |
3838
| 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` |
4040
| 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` |
4545
| 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) |
4646
| relationships.read | allows your app to know a user's friends and implicit relationships - requires Discord approval |
4747
| role_connections.write | allows your app to update a user's connection and metadata for the app |

0 commit comments

Comments
 (0)