mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-14 08:08:34 +02:00
Fix
This commit is contained in:
@@ -7,7 +7,7 @@ module.exports = class HorseInfoCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'horse-info',
|
name: 'horse-info',
|
||||||
aliases: ['horse'],
|
aliases: ['horse', 'race-horse'],
|
||||||
group: 'games-sp',
|
group: 'games-sp',
|
||||||
memberName: 'horse-info',
|
memberName: 'horse-info',
|
||||||
description: 'Responds with detailed information on a horse.',
|
description: 'Responds with detailed information on a horse.',
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ module.exports = class AiHorseCommand extends Command {
|
|||||||
constructor(client) {
|
constructor(client) {
|
||||||
super(client, {
|
super(client, {
|
||||||
name: 'ai-horse',
|
name: 'ai-horse',
|
||||||
aliases: ['this-horse-does-not-exist', 'horse'],
|
aliases: ['this-horse-does-not-exist'],
|
||||||
group: 'random-img',
|
group: 'random-img',
|
||||||
memberName: 'ai-horse',
|
memberName: 'ai-horse',
|
||||||
description: 'Responds with a randomly generated horse.',
|
description: 'Responds with a randomly generated horse.',
|
||||||
|
|||||||
Reference in New Issue
Block a user