Make budget view non ephemeral

This commit is contained in:
2026-01-19 14:58:51 +01:00
parent de9767f0bf
commit 53ac0f4b79

View File

@@ -98,7 +98,7 @@ module.exports = {
.setFooter({ text: `Exchange rate this week: 1 € = ${currentBudget.exchange_rate} kr` }) .setFooter({ text: `Exchange rate this week: 1 € = ${currentBudget.exchange_rate} kr` })
.setTimestamp(); .setTimestamp();
await interaction.reply({ embeds: [budgetEmbed], ephemeral: true }); await interaction.reply({ embeds: [budgetEmbed] });
break break
default: default:
await interaction.reply(`Sub mismatch. Switching on ${interaction.options.getSubcommand()}`); await interaction.reply(`Sub mismatch. Switching on ${interaction.options.getSubcommand()}`);