* Reimplement messags bulk deleted event RogueException/Discord.Net#1120 * Update remark * Backwards compatability with config option
This commit is contained in:
committed by
Christopher F
parent
b52b54d80c
commit
dec353e57f
@@ -106,6 +106,11 @@ namespace Discord.WebSocket
|
||||
/// </summary>
|
||||
public int? HandlerTimeout { get; set; } = 3000;
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets whether or not <see cref="Discord.WebSocket.BaseSocketClient.MessageDeleted"/> is fired for each message on bulk delete.
|
||||
/// </summary>
|
||||
public bool UseMessagesBulkDeletedOnly { get; set; } = false;
|
||||
|
||||
/// <summary>
|
||||
/// Initializes a default configuration.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user