mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-13 15:58:06 +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.',
|
||||
|
||||
Reference in New Issue
Block a user