Browse Source

Updating comment for GuildSubscriptions

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

@@ -121,6 +121,7 @@ namespace Discord.WebSocket

/// <summary>
/// Gets or sets enabling dispatching of guild subscription events e.g. presence and typing events.
/// This is not used if <see cref="GatewayIntents"/> are provided.
/// </summary>
public bool GuildSubscriptions { get; set; } = true;



Loading…
Cancel
Save