Add price to yugioh cards

This commit is contained in:
Dragon Fire
2021-04-08 22:30:58 -04:00
parent 0f35533839
commit c2008cec18
+1
View File
@@ -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!`);