From 42d70b3dd769c622e3bb2e1711a4cbf975176cfd Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Fri, 1 Sep 2023 17:39:52 +0500 Subject: [PATCH] fix usernames --- commands/Economy/profile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(), })