From ce470d9e1b6727101005bb6599dd3d45d5ad6eb3 Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 20:58:08 +0100 Subject: [PATCH] --- src/commands/Community/testeadd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);