From a73bfc31a831103d9b49b03de2e43ea0cb86461c Mon Sep 17 00:00:00 2001 From: Bxio Date: Thu, 1 May 2025 23:40:03 +0100 Subject: [PATCH] --- src/commands/Community/meta.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {