Update exception wording again

This commit is contained in:
Tyrrrz 2023-02-16 22:13:50 +02:00
parent c9c4ca1733
commit a29c517527

View file

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