revert(pay): ping in separate message content due to API limitations

This commit is contained in:
syntaxbullet
2025-12-23 18:50:35 +01:00
parent 808fbef11b
commit 67d6298793

View File

@@ -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) {