From a29c517527c113eff4e17bd8613ad30712044d74 Mon Sep 17 00:00:00 2001 From: Tyrrrz <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 16 Feb 2023 22:13:50 +0200 Subject: [PATCH] Update exception wording again --- .../Exceptions/DiscordChatExporterException.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordChatExporter.Core/Exceptions/DiscordChatExporterException.cs b/DiscordChatExporter.Core/Exceptions/DiscordChatExporterException.cs index d4221b9..b0ce135 100644 --- a/DiscordChatExporter.Core/Exceptions/DiscordChatExporterException.cs +++ b/DiscordChatExporter.Core/Exceptions/DiscordChatExporterException.cs @@ -40,5 +40,5 @@ Failed to perform an HTTP request. new($"Requested resource ({resourceId}) does not exist."); internal static DiscordChatExporterException ChannelIsEmpty() => - new("Channel is empty or there are no messages in the specified period."); + new("Channel is empty or contains no messages for the specified period."); } \ No newline at end of file