mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-08 07:11:49 +02:00
Add price to yugioh cards
This commit is contained in:
@@ -66,6 +66,7 @@ module.exports = class YuGiOhCommand extends Command {
|
||||
true
|
||||
);
|
||||
}
|
||||
embed.addField('❯ TCGPlayer Price', `$${data.card_prices[0].tcgplayer_price}`)
|
||||
return msg.embed(embed);
|
||||
} catch (err) {
|
||||
return msg.reply(`Oh no, an error occurred: \`${err.message}\`. Try again later!`);
|
||||
|
||||
Reference in New Issue
Block a user