From f5f94a1026229fd1bc62098c939a521fb14b01e2 Mon Sep 17 00:00:00 2001 From: IDeletedSystem64 Date: Mon, 4 Jul 2022 11:08:50 -0500 Subject: [PATCH] Fix the embed name returning an userID instead of username --- commands/uinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(),