mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-18 21:40:49 +02:00
neo/neo-item Aliases
This commit is contained in:
@@ -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.',
|
||||||
|
|||||||
@@ -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
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user