mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +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) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'ai-vase',
|
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',
|
group: 'random-img',
|
||||||
memberName: 'ai-vase',
|
memberName: 'ai-vase',
|
||||||
description: 'Responds with a randomly generated vase.',
|
description: 'Responds with a randomly generated vase.',
|
||||||
|
|||||||
Reference in New Issue
Block a user