import { CommandBuilder } from "https://dotland.deno.dev/x/dax@0.39.2/src/command.ts";
Type Parameters
optional
TResult1 = CommandResultParameters
optional
onfulfilled: ((value: CommandResult) => TResult1 | PromiseLike<TResult1>) | null | undefined