index
:
discord.py
1.2.x
async
feature/ext-tasks
feature/threads
legacy
master
neo-docs
task-heartbeat
v1.3.x
v1.4.x
v1.5.x
v1.x
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
discord
/
ext
/
commands
/
help.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use MISSING instead of None for HelpCommand.context
Rapptz
2021-08-25
1
-1
/
+1
*
[commands][types] Type hint commands-ext
Josh
2021-08-19
1
-1
/
+7
*
Fix various reference issues in documentation
Josh
2021-05-06
1
-6
/
+5
*
[commands] Fix _HelpCommandImpl.clean_params popitem
Stella
2021-04-23
1
-2
/
+2
*
Fix typo within `HelpCommand.verify_checks` documentation
Kino
2021-04-21
1
-1
/
+1
*
[commands] Remove HelpCommand.clean_prefix (#6736)
pikaninja
2021-04-15
1
-19
/
+7
*
[commands] Strip text to remove spaces before ellipsis
Kreusada
2021-04-11
1
-1
/
+1
*
Use f-strings in more places that were missed.
Rapptz
2021-04-08
1
-19
/
+23
*
Modernize code to use f-strings
Rapptz
2021-04-04
1
-20
/
+19
*
[commands] Remove nullability from help command implementation
Rapptz
2021-03-28
1
-16
/
+3
*
[commands] Include group args in command signature
jack1142
2021-03-24
1
-4
/
+13
*
[commands] Added tribool behaviour to HelpCommand.verify_checks
sudosnok
2021-02-24
1
-3
/
+11
*
[commands] Add linesep kwarg to Paginator
PikalaxALT
2021-01-17
1
-9
/
+17
*
[commands] Fix Command duplicates in `HelpCommand.get_bot_mapping`
Alex Nørgaard
2021-01-16
1
-1
/
+1
*
Change copyright year to present
Nihaal Sangha
2021-01-15
1
-1
/
+1
*
Fix and add documentation
Michael
2020-09-23
1
-4
/
+23
*
[commands] implement HelpCommand.add/remove_check
Riley S
2020-08-05
1
-0
/
+43
*
Fix various inconsistencies within the documentation (#5067)
Sebastian Law
2020-06-28
1
-1
/
+1
*
Escape backslashes in display name in `clean_prefix`
jack1142
2020-05-07
1
-1
/
+1
*
Bump copyright year to 2020
Rapptz
2020-01-19
1
-1
/
+1
*
Patch clean_prefix for new text editor
Michael H
2020-01-14
1
-1
/
+2
*
[commands] check if prefix is None in .pages
StarrFox
2019-12-17
1
-1
/
+1
*
Fix typo in help.py docs
Nelluk
2019-11-26
1
-1
/
+1
*
[commands] Fix up Paginator documentation.
Rapptz
2019-06-29
1
-2
/
+2
*
[commands] Calculate suffix length at each add_line
Matt (IPv4) Cowley
2019-06-29
1
-3
/
+7
*
[commands] Add missing word in HelpCommand documentation
Harmon
2019-06-20
1
-1
/
+1
*
Improve documentation
NCPlayz
2019-06-07
1
-1
/
+1
*
[commands] MinimalHelpCommand: add cog description
Benjamin Mintz
2019-05-09
1
-0
/
+3
*
[commands] Copy HelpCommand instances to prevent race conditions.
Rapptz
2019-04-29
1
-29
/
+52
*
Consistent use of __all__ to prevent merge conflicts.
Rapptz
2019-04-20
1
-2
/
+2
*
[commands] Missing an extra ] in the documented return type.
Rapptz
2019-04-19
1
-1
/
+1
*
[commands] Remove extraneous `or`
Rapptz
2019-04-06
1
-1
/
+1
*
[commands] Fix HelpCommand.invoked_with when used in events.
Rapptz
2019-04-06
1
-2
/
+3
*
[commands] Fix MinimalHelpCommand opening note signature consistency
Rapptz
2019-03-24
1
-4
/
+4
*
[commands] Add HelpCommand.invoked_with
Rapptz
2019-03-24
1
-2
/
+22
*
Try to consistently use "inherit" vs "derive" in documentation.
Rapptz
2019-03-19
1
-2
/
+2
*
Organise documentation
NCPlayz
2019-03-19
1
-3
/
+2
*
Fix pagination of huge command help messages (> ~2,000 chars)
slice
2019-03-16
1
-2
/
+12
*
[commands] Assign context inside HelpCommand.prepare_help_command
Rapptz
2019-03-16
1
-3
/
+9
*
[commands] Add HelpCommand.get_bot_mapping helper.
Rapptz
2019-03-16
1
-5
/
+11
*
[commands] Return result of send_group_help and send_command_help
Rapptz
2019-03-16
1
-2
/
+2
*
[commands] Add back dm_help tribool for the provided HelpCommands
Rapptz
2019-03-16
1
-0
/
+42
*
[commands] Add commands.Paginator.__len__
Rapptz
2019-03-16
1
-0
/
+10
*
[commands] Redesign HelpFormatter into HelpCommand
Rapptz
2019-03-15
1
-0
/
+1144