mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 00:12:32 +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}`)
|
.setDescription(`{${card.Cost}} ${card.Type}${classifications}\n\n${oracleText}`)
|
||||||
.setAuthor('Lorcana', logos.lorcana, 'https://www.disneylorcana.com/en-US')
|
.setAuthor('Lorcana', logos.lorcana, 'https://www.disneylorcana.com/en-US')
|
||||||
.setTitle(card.Name)
|
.setTitle(card.Name)
|
||||||
|
.setFooter(`${card.Set_Name} - ${Card_Num}`)
|
||||||
.addField('❯ Color', card.Color, true)
|
.addField('❯ Color', card.Color, true)
|
||||||
.addField('❯ Inkable?', card.Inkable ? 'Yes' : 'No', true)
|
.addField('❯ Inkable?', card.Inkable ? 'Yes' : 'No', true)
|
||||||
|
.addField('\u200B', '\u200B', true);
|
||||||
if (card.Type === 'Character') {
|
if (card.Type === 'Character') {
|
||||||
embed.addField('❯ Strength', card.Strength.toString(), true);
|
embed.addField('❯ Strength', card.Strength.toString(), true);
|
||||||
embed.addField('❯ Willpower', card.Willpower.toString(), true);
|
embed.addField('❯ Willpower', card.Willpower.toString(), true);
|
||||||
|
|||||||
Reference in New Issue
Block a user