diff --git a/DiscordChatExporter.Core/Discord/Dump/DataDump.cs b/DiscordChatExporter.Core/Discord/Dump/DataDump.cs index d0605be..be3deb1 100644 --- a/DiscordChatExporter.Core/Discord/Dump/DataDump.cs +++ b/DiscordChatExporter.Core/Discord/Dump/DataDump.cs @@ -46,7 +46,7 @@ public partial class DataDump if (entry is null) { throw new InvalidOperationException( - "Could not find the channel index inside the data package." + "Failed to locate the channel index inside the data package." ); }