pub async fn invoke_command_async<'a>(
key: &'a str,
ctx: CommandContext<'a>,
) -> CommandResultExpand description
Invoke an async command by key.
pub async fn invoke_command_async<'a>(
key: &'a str,
ctx: CommandContext<'a>,
) -> CommandResultInvoke an async command by key.