From d4db72632da39a87deecb872652e3f69b04f2efc Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Thu, 26 Jan 2023 21:13:40 +1100 Subject: [PATCH] Why is this isn't here? --- src/commands/faq.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/faq.ts b/src/commands/faq.ts index 49e5f8c..872c873 100644 --- a/src/commands/faq.ts +++ b/src/commands/faq.ts @@ -36,6 +36,7 @@ export default { .addStringOption((opt)=>opt .setName('question') .setDescription('What question do you want answered?') + .setRequired(true) .addChoices( { name: 'Survival Roleplay', value: 'srp' }, { name: 'Daggerwin Logistics hex code', value: 'dlskin' },