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 =>
|
.addStringOption(option =>
|
||||||
option.setName('feedback')
|
option.setName('feedback')
|
||||||
.setDescription('The message you want to send me.')
|
.setDescription('The message you want to send me.')
|
||||||
.setRequired(true)),
|
.setRequired(true))
|
||||||
|
.addAttachmentOption(option =>
|
||||||
|
option.setName('image')
|
||||||
|
.setDescription('Optional attachment.')
|
||||||
|
.setRequired(false)),
|
||||||
|
|
||||||
new SlashCommandBuilder()
|
new SlashCommandBuilder()
|
||||||
.setName('inspirobot')
|
.setName('inspirobot')
|
||||||
|
|
Loading…
Reference in a new issue