mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-27 14:18:36 +02:00
Fix
This commit is contained in:
@@ -27,7 +27,7 @@ module.exports = class AzurLaneShipCommand extends Command {
|
|||||||
const { body } = await request
|
const { body } = await request
|
||||||
.get(`https://al-shipgirls.pw/shipyard/ship_info_detailed/`)
|
.get(`https://al-shipgirls.pw/shipyard/ship_info_detailed/`)
|
||||||
.query({ search: query });
|
.query({ search: query });
|
||||||
const data = body[0];
|
const data = body[0].item;
|
||||||
const embed = new MessageEmbed()
|
const embed = new MessageEmbed()
|
||||||
.setColor(0x1A1917)
|
.setColor(0x1A1917)
|
||||||
.setAuthor('Azur Lane', 'https://i.imgur.com/KeGXiZA.jpg', 'https://azurlane.yo-star.com')
|
.setAuthor('Azur Lane', 'https://i.imgur.com/KeGXiZA.jpg', 'https://azurlane.yo-star.com')
|
||||||
|
|||||||
Reference in New Issue
Block a user