From 3b914b0968f366706b95d6bdb6619ff622d73b27 Mon Sep 17 00:00:00 2001 From: AnxietyisReal <96593068+AnxietyisReal@users.noreply.github.com> Date: Fri, 25 Aug 2023 02:27:23 +1000 Subject: [PATCH] make restart option required --- src/commands/dev.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/dev.ts b/src/commands/dev.ts index 23bdbd7..2bda117 100644 --- a/src/commands/dev.ts +++ b/src/commands/dev.ts @@ -147,6 +147,7 @@ export default { .addBooleanOption(x=>x .setName('restart') .setDescription('Restart the bot after pulling from repository') + .setRequired(true) )) .addSubcommand(x=>x .setName('wake_device')