This commit is contained in:
parent
3fd7a4fc0b
commit
dfa6149294
@ -19,6 +19,15 @@ 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('input').setDescription('Enter a string'))
|
||||||
|
.addIntegerOption(option => option.setName('int').setDescription('Enter an integer'))
|
||||||
|
.addBooleanOption(option => option.setName('choice').setDescription('Select a boolean'))
|
||||||
|
.addUserOption(option => option.setName('target').setDescription('Select a user'))
|
||||||
|
.addChannelOption(option => option.setName('destination').setDescription('Select a channel'))
|
||||||
|
.addRoleOption(option => option.setName('muted').setDescription('Select a role'))
|
||||||
|
.addMentionableOption(option => option.setName('mentionable').setDescription('Mention something'))
|
||||||
|
.addNumberOption(option => option.setName('num').setDescription('Enter a number'))
|
||||||
|
.addAttachmentOption(option => option.setName('attachment').setDescription('Attach something'))
|
||||||
)
|
)
|
||||||
.addStringOption(option =>
|
.addStringOption(option =>
|
||||||
option.setName('raça')
|
option.setName('raça')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user