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` })
|
.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()}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user