diff --git a/src/commands/economy/pay.ts b/src/commands/economy/pay.ts index 4bf5f61..d98e61a 100644 --- a/src/commands/economy/pay.ts +++ b/src/commands/economy/pay.ts @@ -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();