import { type CommandContextMiddleware } from "https://deno.land/x/harmony@v2.8.0/src/commands/client.ts";
Type Parameters
T extends CommandContext
definition: (ctx: T, next: () => unknown | Promise<unknown>) => unknown | Promise<unknown>
import { type CommandContextMiddleware } from "https://deno.land/x/harmony@v2.8.0/src/commands/client.ts";