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