diff --git a/src/commands/economy/pay.ts b/src/commands/economy/pay.ts index 34a7fe5..b8a143a 100644 --- a/src/commands/economy/pay.ts +++ b/src/commands/economy/pay.ts @@ -46,7 +46,7 @@ export const pay = createCommand({ } try { - await interaction.deferReply({ ephemeral: true }); + await interaction.deferReply(); await economyService.transfer(senderId, receiverId, amount); const embed = new EmbedBuilder()