mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add vase alias to ai-vase
This commit is contained in:
@@ -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.',
|
||||
|
||||
Reference in New Issue
Block a user