diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index 33ec6a7..b5e7fba 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -15,6 +15,7 @@ async function loadChoices() { })), console.error("Falha ao carregar escolhas:", rows); + return []; } catch (err) { console.error("Erro ao carregar escolhas:", err); return [];