From 90b6225a555534b23625e44dde2d9a30ba388955 Mon Sep 17 00:00:00 2001 From: SileNce5k Date: Tue, 22 Oct 2024 02:06:36 +0200 Subject: [PATCH] Fix Details showing up twice in userinfo --- commands/info/userinfo.js | 1 - 1 file changed, 1 deletion(-) diff --git a/commands/info/userinfo.js b/commands/info/userinfo.js index d2b4e6d..cf9f4f7 100644 --- a/commands/info/userinfo.js +++ b/commands/info/userinfo.js @@ -62,7 +62,6 @@ module.exports = { embed.addFields([{name: "Presence", value: user.presence.activities[0].name, inline: false}]) if (presenceDetails != 0) embed.addFields([{name: "Details", value: presenceDetails.toString(), inline: false}]) - embed.addFields([{ name: "Details", value: presenceDetails.toString(), inline: false }]) embed.addFields([ { name: "Creation date", value: getCreationDate(user), inline: true }, { name: "Join date", value: getJoinDate(user, message.guild), inline: true }