mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54:58 +05:00
fix usernames
This commit is contained in:
parent
0d5ddc5fca
commit
42d70b3dd7
1 changed files with 1 additions and 1 deletions
|
@ -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(),
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue