More Alises, Help Color

This commit is contained in:
Daniel Odendahl Jr
2017-09-03 17:07:03 +00:00
parent 9a3dc3de2b
commit 0918eff247
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -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.',
+1
View File
@@ -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.',
+1
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "xiaobot",
"version": "35.1.3",
"version": "35.1.4",
"description": "Your personal server companion.",
"main": "Shard.js",
"scripts": {