import { type CommandHandler } from "https://dotland.deno.dev/x/dax@0.39.2/src/command_handler.ts";
Handler for executing a command.
definition: (context: CommandContext) => Promise<ExecuteResult> | ExecuteResult
x/dax/src/command_handler.ts>CommandHandler
import { type CommandHandler } from "https://dotland.deno.dev/x/dax@0.39.2/src/command_handler.ts";
Handler for executing a command.