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