Type Alias: CommandHandlerContext<C, GF>
ts
type CommandHandlerContext<C, GF> = DeepPrettify<
PartialRequired<BaseContext<C, GF>, "command" | "calledAs"> & object
>;Defined in: packages/core/src/types/command.ts:49
Type Parameters
C
GF
GF extends ClercFlagsDefinition = ClercFlagsDefinition

