mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-18 06:51:34 +00:00
Update error message for missing channel IDs
This commit is contained in:
@@ -59,7 +59,7 @@ public partial class ExportChannelsCommand : ExportCommandBase
|
|||||||
{
|
{
|
||||||
throw new CommandException(
|
throw new CommandException(
|
||||||
"No channel IDs provided. "
|
"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."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user