This commit is contained in:
Dragon Fire
2020-10-27 00:05:57 -04:00
parent b752ebe07e
commit eef6bcb015
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -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.',