From e9bdb8b0088f404de8a5414ed70aa886a9329b76 Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 21:06:16 +0100 Subject: [PATCH] --- src/commands/Community/testeadd.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index 0995075..d60e36f 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -14,11 +14,12 @@ async function loadChoices() { })); } catch (err) { console.error("Erro ao carregar escolhas:", err); - return []; + return ; } } // Carrega as escolhas antes de definir o comando +let dynamicChoices = []; loadChoices() .then(choices => { dynamicChoices = choices;