Add attachment to feedback

This commit is contained in:
Supositware 2022-09-14 11:30:56 +02:00
parent 226ae3b096
commit fb31f38c97

View file

@ -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')