From 3d36be2118e67a1831a02a2c50f8c9fe766624a1 Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 20:55:40 +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 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);