aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/help.py
Commit message (Expand)AuthorAgeFilesLines
* Consistent use of __all__ to prevent merge conflicts.Rapptz2019-04-201-2/+2
* [commands] Missing an extra ] in the documented return type.Rapptz2019-04-191-1/+1
* [commands] Remove extraneous `or`Rapptz2019-04-061-1/+1
* [commands] Fix HelpCommand.invoked_with when used in events.Rapptz2019-04-061-2/+3
* [commands] Fix MinimalHelpCommand opening note signature consistencyRapptz2019-03-241-4/+4
* [commands] Add HelpCommand.invoked_withRapptz2019-03-241-2/+22
* Try to consistently use "inherit" vs "derive" in documentation.Rapptz2019-03-191-2/+2
* Organise documentationNCPlayz2019-03-191-3/+2
* Fix pagination of huge command help messages (> ~2,000 chars)slice2019-03-161-2/+12
* [commands] Assign context inside HelpCommand.prepare_help_commandRapptz2019-03-161-3/+9
* [commands] Add HelpCommand.get_bot_mapping helper.Rapptz2019-03-161-5/+11
* [commands] Return result of send_group_help and send_command_helpRapptz2019-03-161-2/+2
* [commands] Add back dm_help tribool for the provided HelpCommandsRapptz2019-03-161-0/+42
* [commands] Add commands.Paginator.__len__Rapptz2019-03-161-0/+10
* [commands] Redesign HelpFormatter into HelpCommandRapptz2019-03-151-0/+1144