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