curious.commands.help
Home of the default help command.
Functions
-
await
curious.commands.help._get_command_list(ctx, command, *, include_root=True)[source]
Recursively produces a command list for the command, using subcommands.
-
await
curious.commands.help.help_command(ctx, *, command=None)[source]
The default help command.
-
await
curious.commands.help.help_for_all(ctx)[source]
Gets the content of help for all.
-
await
curious.commands.help.help_for_one(ctx, command)[source]
Gets the content of help for one command.