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:
parent
a4cd557939
commit
42b0f9d807
4 changed files with 27 additions and 27 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue