Browse Source

Comment update

pull/1566/head
moiph 5 years ago
parent
commit
99ad6f3ddc
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

@@ -126,7 +126,7 @@ namespace Discord.WebSocket
public bool GuildSubscriptions { get; set; } = true; public bool GuildSubscriptions { get; set; } = true;


/// <summary> /// <summary>
/// Gets or sets gateway intents to limit what events are sent from Discord. Allows for more granular control than the 'GuildSubscriptions' property.
/// 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> /// </summary>
/// <remarks> /// <remarks>
/// For more information, please see /// For more information, please see


Loading…
Cancel
Save