mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2025-02-23 13:39:40 +11:00
make restart option required
This commit is contained in:
parent
f9c8a62d28
commit
3b914b0968
@ -147,6 +147,7 @@ export default {
|
|||||||
.addBooleanOption(x=>x
|
.addBooleanOption(x=>x
|
||||||
.setName('restart')
|
.setName('restart')
|
||||||
.setDescription('Restart the bot after pulling from repository')
|
.setDescription('Restart the bot after pulling from repository')
|
||||||
|
.setRequired(true)
|
||||||
))
|
))
|
||||||
.addSubcommand(x=>x
|
.addSubcommand(x=>x
|
||||||
.setName('wake_device')
|
.setName('wake_device')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user