Mark null as a specific langword in summary
This commit is contained in:
@@ -102,8 +102,8 @@ namespace Discord.WebSocket
|
|||||||
/// </remarks>
|
/// </remarks>
|
||||||
public bool AlwaysDownloadUsers { get; set; } = false;
|
public bool AlwaysDownloadUsers { get; set; } = false;
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets or sets the timeout for event handlers, in milliseconds, after which a warning will be logged. Null
|
/// Gets or sets the timeout for event handlers, in milliseconds, after which a warning will be logged.
|
||||||
/// disables this check.
|
/// <c>null</c>disables this check.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int? HandlerTimeout { get; set; } = 3000;
|
public int? HandlerTimeout { get; set; } = 3000;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user