diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index bb7d17d..19b795b 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -25,7 +25,7 @@ async function loadChoices() { // Carrega as escolhas antes de definir o comando let dynamicChoices = []; loadChoices().then(choices => { - dynamicChoices = choices; + dynamicChoices = rows; console.log("Escolhas carregadas:", dynamicChoices); }).catch(err => { console.error("Falha ao carregar escolhas:", err);