[][src]Function serenity::framework::standard::help_commands::create_customised_help_data

pub fn create_customised_help_data<'a>(
    context: &Context,
    groups: &[&'static CommandGroup],
    owners: &HashSet<UserId>,
    args: &'a Args,
    help_options: &'a HelpOptions,
    msg: &Message
) -> CustomisedHelpData<'a>

Iterates over all commands and forges them into a CustomisedHelpData. taking HelpOptions into consideration when deciding on whether a command shall be picked and in what textual format.