This commit is contained in:
Dragon Fire
2018-09-29 10:57:18 -04:00
parent e2adea9c1e
commit e81b54e1cd
+1 -1
View File
@@ -27,7 +27,7 @@ module.exports = class AzurLaneShipCommand extends Command {
const { body } = await request
.get(`https://al-shipgirls.pw/shipyard/ship_info_detailed/`)
.query({ search: query });
const data = body[0];
const data = body[0].item;
const embed = new MessageEmbed()
.setColor(0x1A1917)
.setAuthor('Azur Lane', 'https://i.imgur.com/KeGXiZA.jpg', 'https://azurlane.yo-star.com')