mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2025-06-05 01:03:44 -04:00
Clean up
This commit is contained in:
parent
576ee73bfc
commit
008c2e64aa
5 changed files with 30 additions and 19 deletions
|
@ -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}."
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue