From 67d6298793c575a50904da732f15daf756e3a02f Mon Sep 17 00:00:00 2001 From: syntaxbullet Date: Tue, 23 Dec 2025 18:50:35 +0100 Subject: [PATCH] revert(pay): ping in separate message content due to API limitations --- src/commands/economy/pay.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {