Browse Source

Better description for IdentifyMaxConcurrency

pull/1537/head
Paulo 4 years ago
parent
commit
ae96b3dbfa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/DiscordSocketConfig.cs

+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketConfig.cs View File

@@ -130,7 +130,7 @@ namespace Discord.WebSocket
/// </summary>
/// <remarks>
/// This information is provided by Discord.
/// It should only be used when auto-sharding is disabled.
/// It is only used when using a <see cref="DiscordShardedClient"/> and auto-sharding is disabled.
/// </remarks>
public int IdentifyMaxConcurrency { get; set; } = 1;



Loading…
Cancel
Save