diff --git a/commands/uinfo.js b/commands/uinfo.js index 438413a..106dbee 100644 --- a/commands/uinfo.js +++ b/commands/uinfo.js @@ -24,7 +24,7 @@ module.exports = { handle (client, config, user, target) { return { embeds: [{ - title: `Everything you've ever wanted to know about ${target}!`, + title: `Everything you've ever wanted to know about ${target.user.username}!`, color: 9442302, footer: { icon_url: user.displayAvatarURL(),