Browse Source

Update src/Discord.Net.WebSocket/DiscordSocketConfig.cs

Co-Authored-By: Still34 <341464@gmail.com>
pull/1218/head
Chris Johnston Still Hsu 6 years ago
parent
commit
56acbfa993
No known key found for this signature in database GPG Key ID: 8601A145FDA95209
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

@@ -75,7 +75,7 @@ namespace Discord.WebSocket
/// </summary>
/// <remarks>
/// <para>
/// By default, Discord gateway will only send offline members if a guild has less than a certain number
/// By default, the Discord gateway will only send offline members if a guild has less than a certain number
/// of members (determined by <see cref="LargeThreshold"/> in this library). This behaviour is why
/// sometimes a user may be missing from the WebSocket cache for collections such as
/// <see cref="Discord.WebSocket.SocketGuild.Users"/>.


Loading…
Cancel
Save