Browse Source

lint: fix docstring inconsistency

tags/2.1.0
Christopher Felegy 6 years ago
parent
commit
358b9e7b7b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/DiscordSocketConfig.cs

+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketConfig.cs 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;



Loading…
Cancel
Save