diff --git a/commands/search/magic.js b/commands/search/magic.js index e4401a21..d4a2045b 100644 --- a/commands/search/magic.js +++ b/commands/search/magic.js @@ -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);