mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
И это тоже
This commit is contained in:
parent
7439602be3
commit
37d95ed8ff
1 changed files with 2 additions and 1 deletions
|
@ -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],
|
||||
|
|
Loading…
Reference in a new issue