From 2f1f44c79bab92310c4a5792332b85bee941f61d Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Mon, 20 Apr 2020 22:14:38 -0400 Subject: [PATCH] More Aliases --- commands/edit-image/certificate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/edit-image/certificate.js b/commands/edit-image/certificate.js index 16b315f4..99824544 100644 --- a/commands/edit-image/certificate.js +++ b/commands/edit-image/certificate.js @@ -8,7 +8,7 @@ module.exports = class CertificateCommand extends Command { constructor(client) { super(client, { name: 'certificate', - aliases: ['award', 'certificate-of-excellence'], + aliases: ['award', 'certificate-of-excellence', 'cert', 'cert-of-excellence'], group: 'edit-image', memberName: 'certificate', description: 'Sends a certificate of excellence with the name and reason of your choice.',