From 7439602be3bf1615f633cefa4a2172aef157ab77 Mon Sep 17 00:00:00 2001 From: "Jonny_Bro (Nikita)" Date: Wed, 12 Apr 2023 23:26:07 +0500 Subject: [PATCH] =?UTF-8?q?=D0=9A=20=D1=87=D1=91=D1=80=D1=82=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- commands/General/userinfo.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/commands/General/userinfo.js b/commands/General/userinfo.js index b42b6eaa..121265c7 100644 --- a/commands/General/userinfo.js +++ b/commands/General/userinfo.js @@ -55,11 +55,11 @@ class Userinfo extends BaseCommand { value: member.nickname || interaction.translate("general/userinfo:NO_NICKNAME"), inline: true, }, - { - name: client.customEmojis.status[member.presence.status] + " " + interaction.translate("common:STATUS"), - value: interaction.translate(`common:STATUS_${member.presence.status.toUpperCase()}`), - inline: true, - }, + // { + // name: client.customEmojis.status[member.presence.status] + " " + interaction.translate("common:STATUS"), + // value: interaction.translate(`common:STATUS_${member.presence.status.toUpperCase()}`), + // inline: true, + // }, { name: client.customEmojis.bot + " " + interaction.translate("common:ROBOT"), value: member.user.bot ? interaction.translate("common:YES") : interaction.translate("common:NO"),