Browse Source
Fix typo within `HelpCommand.verify_checks` documentation
pull/6765/head
Kino
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
discord/ext/commands/help.py
|
|
@ -281,7 +281,7 @@ class HelpCommand: |
|
|
|
If ``None``, only calls :attr:`.Commands.checks` in a guild setting. |
|
|
|
If ``False``, never calls :attr:`.Commands.checks`. Defaults to ``True``. |
|
|
|
|
|
|
|
..versionchanged:: 1.7 |
|
|
|
.. versionchanged:: 1.7 |
|
|
|
command_attrs: :class:`dict` |
|
|
|
A dictionary of options to pass in for the construction of the help command. |
|
|
|
This allows you to change the command behaviour without actually changing |
|
|
|