Fix typo within HelpCommand.verify_checks documentation

This commit is contained in:
Kino 2021-04-21 04:18:32 +00:00 committed by GitHub
parent 6065329c0e
commit 0c1c9284f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,7 +281,7 @@ class HelpCommand:
If ``None``, only calls :attr:`.Commands.checks` in a guild setting. If ``None``, only calls :attr:`.Commands.checks` in a guild setting.
If ``False``, never calls :attr:`.Commands.checks`. Defaults to ``True``. If ``False``, never calls :attr:`.Commands.checks`. Defaults to ``True``.
..versionchanged:: 1.7 .. versionchanged:: 1.7
command_attrs: :class:`dict` command_attrs: :class:`dict`
A dictionary of options to pass in for the construction of the help command. 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 This allows you to change the command behaviour without actually changing