mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-09 01:04:16 +02:00
More Alises, Help Color
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = class AnimeCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'anime',
|
||||
aliases: ['my-anime-list-anime', 'mal-anime'],
|
||||
group: 'search',
|
||||
memberName: 'anime',
|
||||
description: 'Searches My Anime List for your query, getting anime results.',
|
||||
|
||||
@@ -10,6 +10,7 @@ module.exports = class MangaCommand extends Command {
|
||||
constructor(client) {
|
||||
super(client, {
|
||||
name: 'manga',
|
||||
aliases: ['my-anime-list-manga', 'mal-manga'],
|
||||
group: 'search',
|
||||
memberName: 'manga',
|
||||
description: 'Searches My Anime List for your query, getting manga results.',
|
||||
|
||||
@@ -34,6 +34,7 @@ module.exports = class HelpCommand extends Command {
|
||||
${commands[0].description}
|
||||
${commands[0].details || ''}
|
||||
`)
|
||||
.setColor(0x00AE86)
|
||||
.addField('❯ Format',
|
||||
msg.anyUsage(`${commands[0].name} ${commands[0].format ? commands[0].format : ''}`))
|
||||
.addField('❯ Aliases',
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiaobot",
|
||||
"version": "35.1.3",
|
||||
"version": "35.1.4",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Shard.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user