mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
К чёрту
This commit is contained in:
parent
7ccf7f8299
commit
7439602be3
1 changed files with 5 additions and 5 deletions
|
@ -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"),
|
||||
|
|
Loading…
Reference in a new issue