Type Alias: StricliCommandContextBuilder()<CONTEXT>
StricliCommandContextBuilder<
CONTEXT>: (info) =>Awaitable<CONTEXT>
Function to build a generic CommandContext given the current command information.
Type Parameters
• CONTEXT extends CommandContext
Parameters
• info: CommandInfo<CONTEXT>
Returns
Awaitable<CONTEXT>