Make budget view non ephemeral
This commit is contained in:
@@ -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()}`);
|
||||
|
||||
Reference in New Issue
Block a user