From 65680cc0cd70dfd4b36c6a747513ac85238d5e81 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 16 Sep 2018 19:45:08 +0000 Subject: [PATCH] neo/neo-item Aliases --- commands/search/neopet.js | 2 +- commands/search/neopets-item.js | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/commands/search/neopet.js b/commands/search/neopet.js index 0237dca8..fc0eed11 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: ['neopets-pet', 'neopet-image', 'neopet-image-finder'], + aliases: ['neopets-pet', 'neopet-image', 'neopet-image-finder', 'neo'], group: 'search', memberName: 'neopet', description: 'Responds with the image of a specific Neopet.', diff --git a/commands/search/neopets-item.js b/commands/search/neopets-item.js index 38b95cc1..cd5ac8c5 100644 --- a/commands/search/neopets-item.js +++ b/commands/search/neopets-item.js @@ -6,7 +6,7 @@ module.exports = class NeopetsItemCommand extends Command { constructor(client) { super(client, { name: 'neopets-item', - aliases: ['jellyneo', 'jellyneo-item', 'jellyneo-item-database'], + aliases: ['jellyneo', 'jellyneo-item', 'jellyneo-item-database', 'neo-item'], group: 'search', memberName: 'neopets-item', description: 'Responds with information on a specific Neopets item.', diff --git a/package.json b/package.json index 80f027d0..e395f6ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "91.3.0", + "version": "91.3.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {