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;