New aliases

This commit is contained in:
Dragon Fire
2020-12-27 10:04:46 -05:00
parent b7936fbb9e
commit 25bd3797e0
+1 -1
View File
@@ -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.',