forked from Supositware/Haha-Yes
Add attachment to feedback
This commit is contained in:
parent
226ae3b096
commit
fb31f38c97
1 changed files with 5 additions and 1 deletions
|
@ -49,7 +49,11 @@ const commands = [
|
|||
.addStringOption(option =>
|
||||
option.setName('feedback')
|
||||
.setDescription('The message you want to send me.')
|
||||
.setRequired(true)),
|
||||
.setRequired(true))
|
||||
.addAttachmentOption(option =>
|
||||
option.setName('image')
|
||||
.setDescription('Optional attachment.')
|
||||
.setRequired(false)),
|
||||
|
||||
new SlashCommandBuilder()
|
||||
.setName('inspirobot')
|
||||
|
|
Loading…
Reference in a new issue