mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14: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,
|
text: client.config.embed.footer,
|
||||||
});
|
});
|
||||||
|
|
||||||
|
/*
|
||||||
if (member.presence.activities[0]?.name === "Custom Status") {
|
if (member.presence.activities[0]?.name === "Custom Status") {
|
||||||
embed.addFields([
|
embed.addFields([
|
||||||
{
|
{
|
||||||
|
@ -109,7 +110,7 @@ class Userinfo extends BaseCommand {
|
||||||
inline: true,
|
inline: true,
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
}
|
} */
|
||||||
|
|
||||||
interaction.reply({
|
interaction.reply({
|
||||||
embeds: [embed],
|
embeds: [embed],
|
||||||
|
|
Loading…
Reference in a new issue