neo/neo-item Aliases

This commit is contained in:
Daniel Odendahl Jr
2018-09-16 19:45:08 +00:00
parent c442371bae
commit 65680cc0cd
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -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.',
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "91.3.0",
"version": "91.3.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {