This commit is contained in:
Tyrrrz 2023-11-17 18:37:52 +02:00
parent 576ee73bfc
commit 008c2e64aa
5 changed files with 30 additions and 19 deletions

View file

@ -105,7 +105,7 @@ public static class ExportWrapper
if (message is null)
{
throw new InvalidOperationException(
$"Message #{messageId} does not exist in the export of channel #{channelId}."
$"Message #{messageId} not found in the export of channel #{channelId}."
);
}
@ -129,7 +129,7 @@ public static class ExportWrapper
if (message.ValueKind == JsonValueKind.Undefined)
{
throw new InvalidOperationException(
$"Message #{messageId} does not exist in the export of channel #{channelId}."
$"Message #{messageId} not found in the export of channel #{channelId}."
);
}