From 7f086419743ab051e754c52dce1afff91bf0f500 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Sat, 4 Apr 2026 14:16:43 +0300 Subject: [PATCH] Update error message for missing channel IDs --- DiscordChatExporter.Cli/Commands/ExportChannelsCommand.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DiscordChatExporter.Cli/Commands/ExportChannelsCommand.cs b/DiscordChatExporter.Cli/Commands/ExportChannelsCommand.cs index 0e711029..a6ce1a1f 100644 --- a/DiscordChatExporter.Cli/Commands/ExportChannelsCommand.cs +++ b/DiscordChatExporter.Cli/Commands/ExportChannelsCommand.cs @@ -59,7 +59,7 @@ public partial class ExportChannelsCommand : ExportCommandBase { throw new CommandException( "No channel IDs provided. " - + "Specify channel IDs as arguments or pipe them from the 'list channels' or 'list channels dm' commands." + + "Specify channel IDs as arguments or pipe them from a newline-separated list." ); }