diff --git a/src/types/command.ts b/src/types/command.ts index 313383c..f761cb2 100644 --- a/src/types/command.ts +++ b/src/types/command.ts @@ -214,3 +214,4 @@ export function getCommandName(cmd: CommandBase): string { export function isCommandEnabled(cmd: CommandBase): boolean { return cmd.isEnabled?.() ?? true } +