mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-10 14:23:51 +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(
|
||||
"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