diff --git a/commands/games-sp/horse-info.js b/commands/games-sp/horse-info.js index 758c1cee..9a51006a 100644 --- a/commands/games-sp/horse-info.js +++ b/commands/games-sp/horse-info.js @@ -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.', diff --git a/commands/random-img/ai-horse.js b/commands/random-img/ai-horse.js index ba8982f7..bac304c0 100644 --- a/commands/random-img/ai-horse.js +++ b/commands/random-img/ai-horse.js @@ -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.',