[commands] Add seealso directive in functions referencing checks

This commit is contained in:
xCirno 2022-05-05 17:21:52 +07:00 committed by GitHub
parent bd727d2b0c
commit 6901907b69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 0 deletions

View File

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

View File

@ -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

View File

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