From d7377fff2d0c09f55f788ba21a93b3243aee87c2 Mon Sep 17 00:00:00 2001 From: Dragon Fire Date: Sun, 7 Apr 2024 01:32:03 -0400 Subject: [PATCH] Change to just P/T --- commands/search/magic.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/commands/search/magic.js b/commands/search/magic.js index e4401a21..30629c24 100644 --- a/commands/search/magic.js +++ b/commands/search/magic.js @@ -64,9 +64,7 @@ module.exports = class MagicCommand extends Command { .setAuthor('Scryfall', logos.scryfall, 'https://scryfall.com/') .setTitle(card.name) if (card.power && card.toughness) { - embed.addField('❯ Power', card.power, true); - embed.addField('❯ Toughness', card.toughness, true); - embed.addField('\u200B', '\u200B', true); + embed.addField('❯ P/T', `${card.power}/${card.toughness}`); } embed.addField('❯ Price', stripIndents` **Non-Foil:** [${card.prices.usd ? `$${card.prices.usd}` : '???'}](${card.purchase_uris.tcgplayer})