diff --git a/src/Discord.Net.WebSocket/DiscordSocketClient.cs b/src/Discord.Net.WebSocket/DiscordSocketClient.cs index 41a0c5167..5da629436 100644 --- a/src/Discord.Net.WebSocket/DiscordSocketClient.cs +++ b/src/Discord.Net.WebSocket/DiscordSocketClient.cs @@ -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; }