mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 06:37:32 +02:00
New aliases
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = class NewPasswordCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'new-password',
|
name: 'new-password',
|
||||||
aliases: ['strong-password', 'new-pswd', 'strong-pswd'],
|
aliases: ['strong-password', 'new-pswd', 'strong-pswd', 'new-pass', 'strong-pass'],
|
||||||
group: 'edit-meme',
|
group: 'edit-meme',
|
||||||
memberName: 'new-password',
|
memberName: 'new-password',
|
||||||
description: 'Sends a "Weak Password/Strong Password" meme with the passwords of your choice.',
|
description: 'Sends a "Weak Password/Strong Password" meme with the passwords of your choice.',
|
||||||
|
|||||||
Reference in New Issue
Block a user