3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 08:05:01 +00:00

Recommend -option instead of --option

Since knub-command-manager accepts both -option and --option now,
this change should make options more intuitive to use. Both syntaxes
are still supported and neither is getting deprecated for now.
This commit is contained in:
Dragory 2019-10-25 20:25:25 +03:00
parent a4cd557939
commit 42b0f9d807
4 changed files with 27 additions and 27 deletions

View file

@ -73,7 +73,7 @@ export class ChannelArchiverPlugin extends ZeppelinPlugin {
this.bot,
msg.channel,
msg.author.id,
"No `--attachment-channel` specified. Continue? Attachments will not be available in the log if their message is deleted.",
"No `-attachment-channel` specified. Continue? Attachments will not be available in the log if their message is deleted.",
);
if (!confirmed) {
msg.channel.createMessage(errorMessage("Canceled"));