Browse Source
[commands] Add seealso directive in functions referencing checks
pull/7999/head
xCirno
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with
6 additions and
0 deletions
-
discord/ext/commands/bot.py
-
discord/ext/commands/core.py
-
discord/ext/commands/help.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 |
|
|
|
|
|
@ -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 |
|
|
|
|
|
@ -388,6 +388,8 @@ class HelpCommand: |
|
|
|
|
|
|
|
``func`` parameter is now positional-only. |
|
|
|
|
|
|
|
.. seealso:: The :func:`~discord.ext.commands.check` decorator |
|
|
|
|
|
|
|
Parameters |
|
|
|
---------- |
|
|
|
func |
|
|
|