mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
neo/neo-item Aliases
This commit is contained in:
@@ -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.',
|
||||
|
||||
@@ -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
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "91.3.0",
|
||||
"version": "91.3.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user