Update error message for missing channel IDs

This commit is contained in:
Oleksii Holub
2026-04-04 14:16:43 +03:00
committed by GitHub
parent 948ceba8cc
commit 7f08641974

View File

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