mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-25 22:32:50 +02:00
Change to just P/T
This commit is contained in:
@@ -64,9 +64,7 @@ module.exports = class MagicCommand extends Command {
|
|||||||
.setAuthor('Scryfall', logos.scryfall, 'https://scryfall.com/')
|
.setAuthor('Scryfall', logos.scryfall, 'https://scryfall.com/')
|
||||||
.setTitle(card.name)
|
.setTitle(card.name)
|
||||||
if (card.power && card.toughness) {
|
if (card.power && card.toughness) {
|
||||||
embed.addField('❯ Power', card.power, true);
|
embed.addField('❯ P/T', `${card.power}/${card.toughness}`);
|
||||||
embed.addField('❯ Toughness', card.toughness, true);
|
|
||||||
embed.addField('\u200B', '\u200B', true);
|
|
||||||
}
|
}
|
||||||
embed.addField('❯ Price', stripIndents`
|
embed.addField('❯ Price', stripIndents`
|
||||||
**Non-Foil:** [${card.prices.usd ? `$${card.prices.usd}` : '???'}](${card.purchase_uris.tcgplayer})
|
**Non-Foil:** [${card.prices.usd ? `$${card.prices.usd}` : '???'}](${card.purchase_uris.tcgplayer})
|
||||||
|
|||||||
Reference in New Issue
Block a user