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