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!`);