diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index 1e3df18..eedc5fd 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -12,7 +12,9 @@ async function loadChoices() { return rows.map(row => ({ name: row.name, value: row.value.toString() // converte para string, se necessário - })); + })), + + console.error("Erro ao carregar escolhas:", rows); } catch (err) { console.error("Erro ao carregar escolhas:", err); return [];