More Aliases

This commit is contained in:
Dragon Fire
2020-04-20 22:14:38 -04:00
parent 7d24638315
commit 2f1f44c79b
+1 -1
View File
@@ -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.',