Browse Source

Mark null as a specific langword in summary

tags/2.3.0
Still Hsu Still Hsu 5 years ago
parent
commit
13a41f8754
No known key found for this signature in database GPG Key ID: 206F30E2490F42C0
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.WebSocket/DiscordSocketConfig.cs

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

@@ -102,8 +102,8 @@ namespace Discord.WebSocket
/// </remarks>
public bool AlwaysDownloadUsers { get; set; } = false;
/// <summary>
/// Gets or sets the timeout for event handlers, in milliseconds, after which a warning will be logged. Null
/// disables this check.
/// Gets or sets the timeout for event handlers, in milliseconds, after which a warning will be logged.
/// <c>null</c>disables this check.
/// </summary>
public int? HandlerTimeout { get; set; } = 3000;



Loading…
Cancel
Save