Add vase alias to ai-vase

This commit is contained in:
Dragon Fire
2020-06-17 20:47:25 -04:00
parent bce1798457
commit 042f1af026
+1 -1
View File
@@ -4,7 +4,7 @@ module.exports = class AiVaseCommand extends Command {
constructor(client) {
super(client, {
name: 'ai-vase',
aliases: ['this-vase-does-not-exist', 'vessel', 'this-vessel-does-not-exist'],
aliases: ['this-vase-does-not-exist', 'vessel', 'this-vessel-does-not-exist', 'vase'],
group: 'random-img',
memberName: 'ai-vase',
description: 'Responds with a randomly generated vase.',