From 37d95ed8ff42a44bb71a8d92703b346a52750cfc Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Wed, 12 Apr 2023 23:26:44 +0500 Subject: [PATCH] =?UTF-8?q?=D0=98=20=D1=8D=D1=82=D0=BE=20=D1=82=D0=BE?= =?UTF-8?q?=D0=B6=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/General/userinfo.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/commands/General/userinfo.js b/commands/General/userinfo.js index 121265c7..42dcad1b 100644 --- a/commands/General/userinfo.js +++ b/commands/General/userinfo.js @@ -93,6 +93,7 @@ class Userinfo extends BaseCommand { text: client.config.embed.footer, }); + /* if (member.presence.activities[0]?.name === "Custom Status") { embed.addFields([ { @@ -109,7 +110,7 @@ class Userinfo extends BaseCommand { inline: true, }, ]); - } + } */ interaction.reply({ embeds: [embed],