diff --git a/commands/Economy/profile.js b/commands/Economy/profile.js index e8151e8a..bef59615 100644 --- a/commands/Economy/profile.js +++ b/commands/Economy/profile.js @@ -68,7 +68,7 @@ class Profile extends BaseCommand { const profileEmbed = new EmbedBuilder() .setAuthor({ name: interaction.translate("economy/profile:TITLE", { - user: member.nickname, + user: member.user.getUsername(), }), iconURL: member.displayAvatarURL(), })