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],