mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-05 22:01:54 +02:00
Fix
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user