command.ts

This commit is contained in:
nirholas
2026-03-31 10:24:08 +00:00
parent 75a82dbcbe
commit 746abcc0aa

View File

@@ -214,3 +214,4 @@ export function getCommandName(cmd: CommandBase): string {
export function isCommandEnabled(cmd: CommandBase): boolean {
return cmd.isEnabled?.() ?? true
}