bind subcmds

merge-requests/4/head
Matthew 2020-07-01 01:27:57 -04:00
parent c0e1c54ce0
commit 4bfee04aa2
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ export default class SystemD extends Command {
this.name = 'systemd';
this.description = 'Manages various aspects for your user SystemD.';
this.usage = `Run ${this.client.config.prefix}${this.name} [subcommand] for usage information`;
this.subcmds = [SystemD_Linger, SystemD_Status];
this.subcmds = [SystemD_Linger, SystemD_Status, SystemD_Start, SystemD_Restart, SystemD_Stop];
this.enabled = true;
}