From 2cee5250df757ff12bee21c1985622310668b976 Mon Sep 17 00:00:00 2001 From: Bxio Date: Sun, 27 Apr 2025 14:41:44 +0100 Subject: [PATCH] --- src/commands/Community/lista_membros.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')