diff --git a/src/commands/economy/pay.ts b/src/commands/economy/pay.ts index c9475fe..b8a143a 100644 --- a/src/commands/economy/pay.ts +++ b/src/commands/economy/pay.ts @@ -55,7 +55,7 @@ export const pay = createCommand({ .setColor("Green") .setTimestamp(); - await interaction.editReply({ embeds: [embed], allowedMentions: { users: [receiverId] } }); + await interaction.editReply({ embeds: [embed], content: `<@${receiverId}>` }); } catch (error: any) { if (error instanceof UserError) {