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) { constructor(client) {
super(client, { super(client, {
name: 'neopet', name: 'neopet',
aliases: ['neopets-pet', 'neopet-image', 'neopet-image-finder'], aliases: ['neopets-pet', 'neopet-image', 'neopet-image-finder', 'neo'],
group: 'search', group: 'search',
memberName: 'neopet', memberName: 'neopet',
description: 'Responds with the image of a specific 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) { constructor(client) {
super(client, { super(client, {
name: 'neopets-item', name: 'neopets-item',
aliases: ['jellyneo', 'jellyneo-item', 'jellyneo-item-database'], aliases: ['jellyneo', 'jellyneo-item', 'jellyneo-item-database', 'neo-item'],
group: 'search', group: 'search',
memberName: 'neopets-item', memberName: 'neopets-item',
description: 'Responds with information on a specific Neopets item.', description: 'Responds with information on a specific Neopets item.',
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "xiao", "name": "xiao",
"version": "91.3.0", "version": "91.3.1",
"description": "Your personal server companion.", "description": "Your personal server companion.",
"main": "Xiao.js", "main": "Xiao.js",
"scripts": { "scripts": {