diff --git a/DiscordChatExporter.Core/Exceptions/DiscordChatExporterException.cs b/DiscordChatExporter.Core/Exceptions/DiscordChatExporterException.cs index 7543c5f..d4221b9 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("No messages found for the specified period."); + new("Channel is empty or there are no messages in the specified period."); } \ No newline at end of file