beta
This commit is contained in:
parent
49edd7f641
commit
ae60695953
@ -14,6 +14,12 @@ module.exports = {
|
|||||||
.setDescription('Escolhe uma opção')
|
.setDescription('Escolhe uma opção')
|
||||||
.setRequired(true)
|
.setRequired(true)
|
||||||
.setAutocomplete(true) // ATENÇÃO AQUI
|
.setAutocomplete(true) // ATENÇÃO AQUI
|
||||||
|
)
|
||||||
|
.addStringOption(option =>
|
||||||
|
option.setName('raça')
|
||||||
|
.setDescription('Escolhe uma opção')
|
||||||
|
.setRequired(true)
|
||||||
|
.setAutocomplete(true) // ATENÇÃO AQUI
|
||||||
),
|
),
|
||||||
async execute(interaction) {
|
async execute(interaction) {
|
||||||
const nome = interaction.options.getString('nome');
|
const nome = interaction.options.getString('nome');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user