From 1f7cde45c731005886bc876ad69f68ae353d8d36 Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 21:29:54 +0100 Subject: [PATCH] --- src/commands/Community/testeadd.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index 1f5c754..a49835b 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -20,7 +20,7 @@ async function loadChoices() { // Carrega as escolhas antes de definir o comando let dynamicChoices = []; -//loadChoices() +loadChoices() .then(choices => { dynamicChoices = choices; console.log("Escolhas carregadas:", dynamicChoices); @@ -30,6 +30,7 @@ let dynamicChoices = []; }); module.exports = { + console.log("Escolhas carregadas:", dynamicChoices); data: new SlashCommandBuilder() .setName('add') .setDescription('Adiciona o servidor à base de dados.')