From 0dfec03104bb638c3957703e0adac05838dce37d Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Wed, 26 Sep 2018 23:48:42 +0000 Subject: [PATCH] Make Azur Lane smaller --- commands/search/azur-lane-ship.js | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/commands/search/azur-lane-ship.js b/commands/search/azur-lane-ship.js index 46c2f6d4..63e9be31 100644 --- a/commands/search/azur-lane-ship.js +++ b/commands/search/azur-lane-ship.js @@ -48,14 +48,13 @@ module.exports = class AzurLaneShipCommand extends Command { .addField('❯ Anti-Sub', `${body.base.anti_sub} (${body.max.anti_sub} Max)`, true) .addField('❯ Aviation', `${body.base.air_power} (${body.max.air_power} Max)`, true) .addField('❯ Oil Cost', `${body.base.oil_usage} (${body.max.oil_usage} Max)`, true) - .addField('❯ Speed', body.speed, true) - .addField('❯ Chibi', `[Here](${body.chibi})`, true) .addField('❯ Equipment', stripIndents` ${body.equipment[0].equippable} (${body.equipment[0].efficiency}) ${body.equipment[1].equippable} (${body.equipment[1].efficiency}) ${body.equipment[2].equippable} (${body.equipment[2].efficiency}) `) - .addField('❯ Images', body.images.map(img => `[${img.name}](${img.url})`).join(', ')); + .addField('❯ Images', + `${body.images.map(img => `[${img.name}](${img.url})`).join(', ')}, [Chibi](${body.chibi})`); return msg.embed(embed); } catch (err) { if (err.status === 404) return msg.say('Could not find any results.'); diff --git a/package.json b/package.json index f0115f80..ba49a2cc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "91.13.0", + "version": "91.13.1", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {