From 19aba0d3e6a61a8bb65ad6384de43d12f5a49eb9 Mon Sep 17 00:00:00 2001 From: JonnyBro Date: Fri, 8 Apr 2022 01:16:35 +0500 Subject: [PATCH] =?UTF-8?q?ID=20=D0=BF=D0=BE=D0=BB=D1=8C=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D0=B5=D0=BB=D1=8F=20=D0=B2=20UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/General/userinfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/General/userinfo.js b/commands/General/userinfo.js index 12cc4663..f8ba012d 100644 --- a/commands/General/userinfo.js +++ b/commands/General/userinfo.js @@ -42,7 +42,7 @@ class Userinfo extends Command { const embed = new Discord.MessageEmbed() .setAuthor({ - name: user.tag, + name: `${user.tag} (${user.id})`, iconURL: user.displayAvatarURL({ size: 512, dynamic: true,