This commit is contained in:
parent
5ec81e9b3d
commit
6143bea263
@ -38,7 +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({ name: 'agua', value: '2' }, { name: 'pao', value: '1' })
|
||||
.addChoices(dynamicChoices)
|
||||
)
|
||||
.addStringOption(option =>
|
||||
option.setName('tipo_sanguinio1')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user