docs: Fix invalid cref values in docs (#1329)

Signed-off-by: Still Hsu <341464@gmail.com>
This commit is contained in:
Still Hsu
2019-06-22 05:23:03 +08:00
committed by Christopher F
parent 9fede346d3
commit 363d1c6da6
5 changed files with 6 additions and 5 deletions

View File

@@ -96,7 +96,8 @@ namespace Discord.WebSocket
/// due to this issue. This may be resolved at v3 of the library. Until then, you may want to consider
/// overriding the TypeReader and use
/// <see cref="DiscordRestClient.GetUserAsync(System.UInt64,Discord.RequestOptions)"/>
/// or <see cref="DiscordSocketRestClient.GetGuildUserAsync(ulong, ulong, RequestOptions)"/> as a backup.
/// or <see cref="DiscordRestClient.GetGuildUserAsync"/>
/// as a backup.
/// </note>
/// </remarks>
public bool AlwaysDownloadUsers { get; set; } = false;