This commit is contained in:
Tyrrrz
2023-11-17 18:37:52 +02:00
parent 576ee73bfc
commit 008c2e64aa
5 changed files with 30 additions and 19 deletions

View File

@@ -169,8 +169,7 @@ public abstract class ExportCommandBase : DiscordCommandBase
throw new CommandException(
"Attempted to export multiple channels, but the output path is neither a directory nor a template. "
+ "If the provided output path is meant to be treated as a directory, make sure it ends with a slash. "
+ "Provided output path: "
+ OutputPath
+ $"Provided output path: '{OutputPath}'."
);
}