diff --git a/src/buttonEvents/Sacrifice.ts b/src/buttonEvents/Sacrifice.ts index 86a21a2..a82ba81 100644 --- a/src/buttonEvents/Sacrifice.ts +++ b/src/buttonEvents/Sacrifice.ts @@ -73,7 +73,7 @@ export default class Sacrifice extends ButtonEvent { .setTitle("Card Sacrificed") .setDescription(description.join("\n")) .setColor(EmbedColours.Green) - .setFooter({ text: `${interaction.user.username} · ${cardData.card.name}` }); + .setFooter({ text: `${interaction.user.username}` }); const row = new ActionRowBuilder() .addComponents([ @@ -133,7 +133,7 @@ export default class Sacrifice extends ButtonEvent { .setTitle("Sacrifice Cancelled") .setDescription(description.join("\n")) .setColor(EmbedColours.Grey) - .setFooter({ text: `${interaction.user.username} · ${cardData.card.name}` }); + .setFooter({ text: `${interaction.user.username}` }); const row = new ActionRowBuilder() .addComponents([ diff --git a/src/commands/sacrifice.ts b/src/commands/sacrifice.ts index 0a72e4b..4d1c51a 100644 --- a/src/commands/sacrifice.ts +++ b/src/commands/sacrifice.ts @@ -51,7 +51,7 @@ export default class Sacrifice extends Command { .setTitle("Sacrifice") .setDescription(description.join("\n")) .setColor(EmbedColours.Error) - .setFooter({ text: `${interaction.user.username} · ${cardData.card.name}` }); + .setFooter({ text: `${interaction.user.username}` }); const row = new ActionRowBuilder() .addComponents([