Add footer

This commit is contained in:
Dragon Fire
2024-04-07 01:21:25 -04:00
parent 06503cced5
commit e1fb3fa9b9
+2
View File
@@ -47,8 +47,10 @@ module.exports = class LorcanaCommand extends Command {
.setDescription(`{${card.Cost}} ${card.Type}${classifications}\n\n${oracleText}`)
.setAuthor('Lorcana', logos.lorcana, 'https://www.disneylorcana.com/en-US')
.setTitle(card.Name)
.setFooter(`${card.Set_Name} - ${Card_Num}`)
.addField(' Color', card.Color, true)
.addField(' Inkable?', card.Inkable ? 'Yes' : 'No', true)
.addField('\u200B', '\u200B', true);
if (card.Type === 'Character') {
embed.addField(' Strength', card.Strength.toString(), true);
embed.addField(' Willpower', card.Willpower.toString(), true);