Browse Source

[commands] Add seealso directive in functions referencing checks

pull/7999/head
xCirno 3 years ago
committed by GitHub
parent
commit
6901907b69
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/ext/commands/bot.py
  2. 2
      discord/ext/commands/core.py
  3. 2
      discord/ext/commands/help.py

2
discord/ext/commands/bot.py

@ -371,6 +371,8 @@ class BotBase(GroupMixin[None]):
``func`` parameter is now positional-only.
.. seealso:: The :func:`~discord.ext.commands.check` decorator
Parameters
-----------
func

2
discord/ext/commands/core.py

@ -490,6 +490,8 @@ class Command(_BaseCommand, Generic[CogT, P, T]):
``func`` parameter is now positional-only.
.. seealso:: The :func:`~discord.ext.commands.check` decorator
Parameters
-----------
func

2
discord/ext/commands/help.py

@ -388,6 +388,8 @@ class HelpCommand:
``func`` parameter is now positional-only.
.. seealso:: The :func:`~discord.ext.commands.check` decorator
Parameters
----------
func

Loading…
Cancel
Save