From dc32fb6907f12e9b59216de4ec6af9fe756a2116 Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 21:37:22 +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 4b0de03..7dfba62 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -42,7 +42,7 @@ module.exports = { .setRequired(true) // Se as escolhas ainda não estiverem carregadas, defina um conjunto padrão para evitar erros. - .addChoices(...loadChoices : [ + .addChoices(loadChoices() : [ { name: 'Opção Padrão 1', value: '0' }, { name: 'Opção Padrão 2', value: '1' } ]))