Nihaal Sangha
69bdc3a184
Change copyright year to present
4 years ago
Michael
93fa46713a
Fix and add documentation
5 years ago
Riley S
ad22fb295e
[commands] implement HelpCommand.add/remove_check
5 years ago
Sebastian Law
b4b953bfc6
Fix various inconsistencies within the documentation ( #5067 )
5 years ago
jack1142
79276da17e
Escape backslashes in display name in `clean_prefix`
5 years ago
Rapptz
6071607176
Bump copyright year to 2020
Closes #2510
5 years ago
Michael H
6cdda4a320
Patch clean_prefix for new text editor
The new editor seems to force mentions to have ! even without a nick.
5 years ago
StarrFox
e79ccf3f4c
[commands] check if prefix is None in .pages
5 years ago
Nelluk
dc86670d7f
Fix typo in help.py docs
Changed "intend" to "indent"
5 years ago
Rapptz
d4b13bd32b
[commands] Fix up Paginator documentation.
These aren't optional.
6 years ago
Matt (IPv4) Cowley
391ff7a486
[commands] Calculate suffix length at each add_line
6 years ago
Harmon
94c0cb0d5c
[commands] Add missing word in HelpCommand documentation
6 years ago
NCPlayz
3c9bcc2851
Improve documentation
6 years ago
Benjamin Mintz
0a0c43321b
[commands] MinimalHelpCommand: add cog description
6 years ago
Rapptz
ad5beed8dd
[commands] Copy HelpCommand instances to prevent race conditions.
Fixes #2123
Slight breaking change if someone had an expectation that no copies
were made behind the scene (which is sensible), however writing code
that relies on this expectation is probably buggy anyway.
6 years ago
Rapptz
919dbcafb3
Consistent use of __all__ to prevent merge conflicts.
6 years ago
Rapptz
4ca934eb22
[commands] Missing an extra ] in the documented return type.
6 years ago
Rapptz
47ab24991f
[commands] Remove extraneous `or`
6 years ago
Rapptz
ee81f0614e
[commands] Fix HelpCommand.invoked_with when used in events.
6 years ago
Rapptz
43b44751af
[commands] Fix MinimalHelpCommand opening note signature consistency
6 years ago
Rapptz
8c0c410d0e
[commands] Add HelpCommand.invoked_with
This fixes an issue where the context invoked_with does not match the
actual invoked with behaviour (e.g. using Context.send_help).
6 years ago
Rapptz
c30a366106
Try to consistently use "inherit" vs "derive" in documentation.
6 years ago
NCPlayz
fb02191b80
Organise documentation
6 years ago
slice
66af80511f
Fix pagination of huge command help messages (> ~2,000 chars)
Previously, calls to add_line in add_command_formatting of default help
commands would fail if the command's help message would overflow the
current page. This would also result in silent failure as the
RuntimeError raised from add_line is never caught.
This patch adds behavior that adds lines individually should it raise,
which guarantees safe pagination as long as every line is smaller than
the maximum page size, which is highly unlikely.
6 years ago
Rapptz
8466250bcc
[commands] Assign context inside HelpCommand.prepare_help_command
6 years ago
Rapptz
b728061522
[commands] Add HelpCommand.get_bot_mapping helper.
6 years ago
Rapptz
7a5102ece9
[commands] Return result of send_group_help and send_command_help
6 years ago
Rapptz
61f63a9346
[commands] Add back dm_help tribool for the provided HelpCommands
Also add a dm_help_threshold integer to control the length.
6 years ago
Rapptz
25acad5de3
[commands] Add commands.Paginator.__len__
6 years ago
Rapptz
3527203e07
[commands] Redesign HelpFormatter into HelpCommand
Part of #1938
6 years ago