mirror of
https://github.com/toast-ts/Daggerbot-TS.git
synced 2024-11-17 00:10:58 -05:00
make restart option required
This commit is contained in:
parent
e86dc7a83c
commit
01311603e1
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user