From 358b9e7b7be966724788bac4f504945dd893da29 Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Fri, 17 May 2019 19:09:07 -0400 Subject: [PATCH] lint: fix docstring inconsistency --- src/Discord.Net.WebSocket/DiscordSocketConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs index a038bc8f4..f766aeb46 100644 --- a/src/Discord.Net.WebSocket/DiscordSocketConfig.cs +++ b/src/Discord.Net.WebSocket/DiscordSocketConfig.cs @@ -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. /// public bool? ExclusiveBulkDelete { get; set; } = null;