This commit is contained in:
Dragon Fire
2024-04-07 01:33:18 -04:00
parent 850a041972
commit 9f7ffa0dbb
+1 -1
View File
@@ -62,7 +62,7 @@ module.exports = class MagicCommand extends Command {
.setThumbnail(card.card_faces ? card.card_faces[0].image_uris.art_crop : card.image_uris.art_crop)
.setDescription(`${manaCost} ${card.type_line}\n\n${oracleText}`)
.setAuthor('Scryfall', logos.scryfall, 'https://scryfall.com/')
.setTitle(card.name)
.setTitle(card.name);
if (card.power && card.toughness) {
embed.addField(' Power', card.power, true);
embed.addField(' Toughness', card.toughness, true);