lint: fix docstring inconsistency

This commit is contained in:
Christopher Felegy
2019-05-17 19:09:07 -04:00
parent 03e6401d19
commit 358b9e7b7b

View File

@@ -114,7 +114,7 @@ namespace Discord.WebSocket
///
/// If false, both events will be raised.
///
/// If unset, both events will be raised, but a warning will be logged when hooking into the bulk delete event.
/// If unset, both events will be raised, but a warning will be raised the first time a bulk delete event is received.
/// </summary>
public bool? ExclusiveBulkDelete { get; set; } = null;