diff --git a/src/commands/Community/lista_membros.js b/src/commands/Community/lista_membros.js index da27601..2844d59 100644 --- a/src/commands/Community/lista_membros.js +++ b/src/commands/Community/lista_membros.js @@ -18,7 +18,7 @@ module.exports = { //), async execute(interaction) { - + await interaction.deferReply({ ephemeral: true }); const embed = new EmbedBuilder() .setTitle('📋 Informações do Membro')