Browse Source

lint: Fix spelling mistake in ExclusiveBulkDelete warning (#1330)

tags/2.2.0
Passive Christopher F 5 years ago
parent
commit
c864f48c3b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/DiscordSocketClient.cs

+ 1
- 1
src/Discord.Net.WebSocket/DiscordSocketClient.cs View File

@@ -1380,7 +1380,7 @@ namespace Discord.WebSocket
if (!ExclusiveBulkDelete.HasValue)
{
await _gatewayLogger.WarningAsync("A bulk delete event has been received, but the event handling behavior has not been set. " +
"To supress this message, set the ExclusiveBulkDelete configuration property. " +
"To suppress this message, set the ExclusiveBulkDelete configuration property. " +
"This message will appear only once.");
ExclusiveBulkDelete = false;
}


Loading…
Cancel
Save