fix usernames

This commit is contained in:
Jonny_Bro (Nikita) 2023-09-01 17:39:52 +05:00
parent 0d5ddc5fca
commit 42d70b3dd7

View file

@ -68,7 +68,7 @@ class Profile extends BaseCommand {
const profileEmbed = new EmbedBuilder() const profileEmbed = new EmbedBuilder()
.setAuthor({ .setAuthor({
name: interaction.translate("economy/profile:TITLE", { name: interaction.translate("economy/profile:TITLE", {
user: member.nickname, user: member.user.getUsername(),
}), }),
iconURL: member.displayAvatarURL(), iconURL: member.displayAvatarURL(),
}) })