mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 19:34:23 +00:00
[commands] Add seealso directive in functions referencing checks
This commit is contained in:
parent
bd727d2b0c
commit
6901907b69
@ -371,6 +371,8 @@ class BotBase(GroupMixin[None]):
|
|||||||
|
|
||||||
``func`` parameter is now positional-only.
|
``func`` parameter is now positional-only.
|
||||||
|
|
||||||
|
.. seealso:: The :func:`~discord.ext.commands.check` decorator
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
-----------
|
-----------
|
||||||
func
|
func
|
||||||
|
@ -490,6 +490,8 @@ class Command(_BaseCommand, Generic[CogT, P, T]):
|
|||||||
|
|
||||||
``func`` parameter is now positional-only.
|
``func`` parameter is now positional-only.
|
||||||
|
|
||||||
|
.. seealso:: The :func:`~discord.ext.commands.check` decorator
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
-----------
|
-----------
|
||||||
func
|
func
|
||||||
|
@ -388,6 +388,8 @@ class HelpCommand:
|
|||||||
|
|
||||||
``func`` parameter is now positional-only.
|
``func`` parameter is now positional-only.
|
||||||
|
|
||||||
|
.. seealso:: The :func:`~discord.ext.commands.check` decorator
|
||||||
|
|
||||||
Parameters
|
Parameters
|
||||||
----------
|
----------
|
||||||
func
|
func
|
||||||
|
Loading…
x
Reference in New Issue
Block a user