From 25bd3797e0c41de5767f1d9932c3e84562d1bb73 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 27 Dec 2020 10:04:46 -0500 Subject: [PATCH] New aliases --- commands/edit-meme/new-password.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-meme/new-password.js b/commands/edit-meme/new-password.js index 70d1c139..03393a68 100644 --- a/commands/edit-meme/new-password.js +++ b/commands/edit-meme/new-password.js @@ -10,7 +10,7 @@ module.exports = class NewPasswordCommand extends Command { constructor(client) { super(client, { name: 'new-password', - aliases: ['strong-password', 'new-pswd', 'strong-pswd'], + aliases: ['strong-password', 'new-pswd', 'strong-pswd', 'new-pass', 'strong-pass'], group: 'edit-meme', memberName: 'new-password', description: 'Sends a "Weak Password/Strong Password" meme with the passwords of your choice.',