Browse Source

misc: Missing summary tag

pull/1676/head
Paulo Playwo 4 years ago
parent
commit
80f96b958f
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