From 746abcc0aac8490676283cc3592e04d1e114e4d3 Mon Sep 17 00:00:00 2001 From: nirholas Date: Tue, 31 Mar 2026 10:24:08 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20=E2=99=91=20command.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/types/command.ts | 1 + 1 file changed, 1 insertion(+) 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 } +