Update footer text in CardDropHelperMetadata to include card number
This commit is contained in:
parent
f181c5dbfe
commit
0da2030934
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ export default class CardDropHelperMetadata {
|
|||
return new EmbedBuilder()
|
||||
.setTitle(drop.card.name)
|
||||
.setDescription(description)
|
||||
.setFooter({ text: CardRarityToString(drop.card.type) })
|
||||
.setFooter({ text: `${CardRarityToString(drop.card.type)} · ${drop.card.id}` })
|
||||
.setColor(CardRarityToColour(drop.card.type))
|
||||
.setImage(`attachment://${imageFileName}`);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue