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')