Improve "channel is empty" error message

This commit is contained in:
Tyrrrz 2023-02-16 20:54:28 +02:00
parent b5e0ec1c81
commit 83657962b8

View file

@ -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.");
}