diff options
| author | Kino <[email protected]> | 2021-04-21 04:18:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-21 00:18:32 -0400 |
| commit | 0c1c9284f632129d4c33fc9d1d5827a8d5b8c659 (patch) | |
| tree | 7a5f1e586bd5495dfcc42831cb0bdd3bf455343f /discord/ext/commands/help.py | |
| parent | [commands] Avoid creating unnecessary flag mapping copies (diff) | |
| download | discord.py-0c1c9284f632129d4c33fc9d1d5827a8d5b8c659.tar.xz discord.py-0c1c9284f632129d4c33fc9d1d5827a8d5b8c659.zip | |
Fix typo within `HelpCommand.verify_checks` documentation
Diffstat (limited to 'discord/ext/commands/help.py')
| -rw-r--r-- | discord/ext/commands/help.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/ext/commands/help.py b/discord/ext/commands/help.py index a48c4c54..9b4dbf9a 100644 --- a/discord/ext/commands/help.py +++ b/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 |