From 0918eff24725065c7c8526d3338cf1866a817b86 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Sun, 3 Sep 2017 17:07:03 +0000 Subject: [PATCH] More Alises, Help Color --- commands/search/anime.js | 1 + commands/search/manga.js | 1 + commands/util/help.js | 1 + package.json | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/commands/search/anime.js b/commands/search/anime.js index 3f8a72b9..25596410 100644 --- a/commands/search/anime.js +++ b/commands/search/anime.js @@ -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.', diff --git a/commands/search/manga.js b/commands/search/manga.js index 72856e9b..55ee182d 100644 --- a/commands/search/manga.js +++ b/commands/search/manga.js @@ -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.', diff --git a/commands/util/help.js b/commands/util/help.js index ba079c5b..61b306c1 100644 --- a/commands/util/help.js +++ b/commands/util/help.js @@ -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', diff --git a/package.json b/package.json index 9c9d1357..32c2d648 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiaobot", - "version": "35.1.3", + "version": "35.1.4", "description": "Your personal server companion.", "main": "Shard.js", "scripts": {