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;