aboutsummaryrefslogtreecommitdiff
path: root/discord/ext/commands/help.py
Commit message (Expand)AuthorAgeFilesLines
* Bump copyright year to 2020Rapptz2020-01-191-1/+1
* Patch clean_prefix for new text editorMichael H2020-01-141-1/+2
* [commands] check if prefix is None in .pagesStarrFox2019-12-171-1/+1
* Fix typo in help.py docsNelluk2019-11-261-1/+1
* [commands] Fix up Paginator documentation.Rapptz2019-06-291-2/+2
* [commands] Calculate suffix length at each add_lineMatt (IPv4) Cowley2019-06-291-3/+7
* [commands] Add missing word in HelpCommand documentationHarmon2019-06-201-1/+1
* Improve documentationNCPlayz2019-06-071-1/+1
* [commands] MinimalHelpCommand: add cog descriptionBenjamin Mintz2019-05-091-0/+3
* [commands] Copy HelpCommand instances to prevent race conditions.Rapptz2019-04-291-29/+52
* 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