Add attachment to feedback

pull/1/head
Supositware 2 years ago
parent 226ae3b096
commit fb31f38c97

@ -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…
Cancel
Save