From b345915f8f3d11612342796c3a5120d21f43811a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Fri, 8 Dec 2017 19:51:54 +0000 Subject: [PATCH] More --- commands/search/neopet.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/search/neopet.js b/commands/search/neopet.js index 40e26fde..64b31818 100644 --- a/commands/search/neopet.js +++ b/commands/search/neopet.js @@ -13,7 +13,7 @@ module.exports = class NeopetCommand extends Command { constructor(client) { super(client, { name: 'neopet', - aliases: ['neopet-pet', 'neopet-image', 'neopet-image-finder'], + aliases: ['neopets-pet', 'neopet-image', 'neopet-image-finder'], group: 'search', memberName: 'neopet', description: 'Responds with the image of a specific Neopet.',