diff --git a/src/commands/Community/meta.js b/src/commands/Community/meta.js index fd63410..6aeb8c8 100644 --- a/src/commands/Community/meta.js +++ b/src/commands/Community/meta.js @@ -13,9 +13,9 @@ const { .setDescription('Escolhe um recurso para editar a meta.'), - await interaction.deferReply({ ephemeral: true }); - async execute(interaction) { + async execute(interaction) { + await interaction.deferReply({ ephemeral: true }); // Parte adicional que recupera e exibe informações de usuários e suas metas try {