From 67a248c24db3c531c7ff34fa98df10935f6ca351 Mon Sep 17 00:00:00 2001 From: Bxio Date: Fri, 4 Apr 2025 21:04:23 +0100 Subject: [PATCH] --- src/commands/Community/testeadd.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/commands/Community/testeadd.js b/src/commands/Community/testeadd.js index 4003e10..90f9e0f 100644 --- a/src/commands/Community/testeadd.js +++ b/src/commands/Community/testeadd.js @@ -38,10 +38,7 @@ module.exports = { .setDescription('Arisu - Escolhe uma opção') .setRequired(true) // Se as escolhas ainda não estiverem carregadas, defina um conjunto padrão para evitar erros. - .addChoices(...(dynamicChoices.length ? dynamicChoices : [ - { name: 'Opção Padrão 1', value: '0' }, - { name: 'Opção Padrão 2', value: '1' } - ])) + .addChoices(...dynamicChoices) ) .addStringOption(option => option.setName('tipo_sanguinio1')