Skip to content

Commit

Permalink
add missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
pilcrowonpaper committed Jan 27, 2024
1 parent 8336789 commit 7560118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/providers/discord.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const tokens: DiscordTokens = await discord.refreshAccessToken(refreshToken);

## Get user profile

Add the `identify` scope and use the [`/users/@me` endpoint`]().
Add the `identify` scope and use the [`/users/@me` endpoint`](https://discord.com/developers/docs/resources/user#get-current-user).

```ts
const url = await discord.createAuthorizationURL(state, {
Expand Down

0 comments on commit 7560118

Please sign in to comment.