Browse Source

misc: Missing summary tag

tags/2.3.0
Paulo GitHub 4 years ago
parent
commit
3a1001830b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.WebSocket/DiscordSocketConfig.cs

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

@@ -151,6 +151,7 @@ namespace Discord.WebSocket
}
private int _maxWaitForGuildAvailable = 10000;
/// <summary>
/// Gets or sets gateway intents to limit what events are sent from Discord. Allows for more granular control than the <see cref="GuildSubscriptions"/> property.
/// </summary>
/// <remarks>


Loading…
Cancel
Save