From c2008cec184414343511631d22253cf847ccc936 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Thu, 8 Apr 2021 22:30:58 -0400 Subject: [PATCH] Add price to yugioh cards --- commands/search/yu-gi-oh.js | 1 + 1 file changed, 1 insertion(+) diff --git a/commands/search/yu-gi-oh.js b/commands/search/yu-gi-oh.js index 55f2d6ee..2213ff61 100644 --- a/commands/search/yu-gi-oh.js +++ b/commands/search/yu-gi-oh.js @@ -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!`);