forked from syntaxbullet/AuroraBot-discord
fix: Display target user mention in pay success message.
This commit is contained in:
@@ -36,7 +36,7 @@ export const pay = createCommand({
|
||||
|
||||
const embed = new EmbedBuilder()
|
||||
.setTitle("💸 Transfer Successful")
|
||||
.setDescription(`Successfully sent **${amount}** coins to ${targetUser}.`)
|
||||
.setDescription(`Successfully sent **${amount}** coins to <@${targetUser.id}>.`)
|
||||
.setColor("Green")
|
||||
.setTimestamp();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user