From 1558713ef89f2933b268d8cdd18c64bf63c5b7f0 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Wed, 27 Jan 2021 18:00:09 -0500 Subject: [PATCH] Fix --- commands/games-sp/horse-info.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games-sp/horse-info.js b/commands/games-sp/horse-info.js index 65c2f994..5efbbd3d 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', 'race-horse'], + aliases: ['race-horse'], group: 'games-sp', memberName: 'horse-info', description: 'Responds with detailed information on a horse.',