diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index 19b795b..bb7d17d 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 = rows; + dynamicChoices = choices; console.log("Escolhas carregadas:", dynamicChoices); }).catch(err => { console.error("Falha ao carregar escolhas:", err);