From 138ddb261cbbd3fea0d7e9687537977b27217ccc Mon Sep 17 00:00:00 2001 From: Supositware Date: Thu, 8 Sep 2022 17:29:13 +0200 Subject: [PATCH] owned --- scripts/deploy-commands.cjs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/deploy-commands.cjs b/scripts/deploy-commands.cjs index 9d6f1d6..81dfa21 100644 --- a/scripts/deploy-commands.cjs +++ b/scripts/deploy-commands.cjs @@ -113,7 +113,11 @@ const commands = [ .addStringOption(option => option.setName('something') .setDescription('🤫') - .setRequired(true)), + .setRequired(true)) + .addStringOption(option => + option.setName('somethingelse') + .setDescription('🤫') + .setRequired(false)), new SlashCommandBuilder() .setName('die')