mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +02:00
Add footer
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user