diff --git a/commands/receipts/receiptCommands.js b/commands/receipts/receiptCommands.js index e745c6b..da60ee8 100644 --- a/commands/receipts/receiptCommands.js +++ b/commands/receipts/receiptCommands.js @@ -98,7 +98,7 @@ module.exports = { .setFooter({ text: `Exchange rate this week: 1 € = ${currentBudget.exchange_rate} kr` }) .setTimestamp(); - await interaction.reply({ embeds: [budgetEmbed], ephemeral: true }); + await interaction.reply({ embeds: [budgetEmbed] }); break default: await interaction.reply(`Sub mismatch. Switching on ${interaction.options.getSubcommand()}`);