diff --git a/scripts/deploy-commands.cjs b/scripts/deploy-commands.cjs index 3371e14..b4765e7 100644 --- a/scripts/deploy-commands.cjs +++ b/scripts/deploy-commands.cjs @@ -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')