diff --git a/docs/guides/bearer_token/bearer_token_guide.md b/docs/guides/bearer_token/bearer_token_guide.md index edaf61374..6fc01f197 100644 --- a/docs/guides/bearer_token/bearer_token_guide.md +++ b/docs/guides/bearer_token/bearer_token_guide.md @@ -14,7 +14,7 @@ Some endpoints in Discord API require a Bearer token, which can be obtained thro The [DiscordRestClient] gets the current user when `LoginAsync()` is called. The user object can be found in the `CurrentUser` property. -If you need to fetch the user again, the `GetGetCurrentUserAsync()` method can be used. +If you need to fetch the user again, the `GetCurrentUserAsync()` method can be used. [!code-csharp[Get current user](samples/current_user.cs)]