pub fn help<'fut>(
ctx: &'fut Context,
msg: &'fut Message,
args: Args,
help_options: &'fut HelpOptions,
groups: &'fut [&'static CommandGroup],
owners: HashSet<UserId>
) -> Pin<Box<dyn Future<Output = CommandResult> + Send + 'fut>>