mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-07-23 19:34:23 +00:00
Fix typo in hybrid commands documentation
This commit is contained in:
parent
63b32994f4
commit
183ec1ab28
@ -1239,7 +1239,6 @@ Following are currently **not supported** by hybrid commands:
|
|||||||
Apart from that, all other features such as converters, checks, autocomplete, flags etc.
|
Apart from that, all other features such as converters, checks, autocomplete, flags etc.
|
||||||
are supported on hybrid commands. Note that due to a design constraint, decorators related to application commands
|
are supported on hybrid commands. Note that due to a design constraint, decorators related to application commands
|
||||||
such as :func:`discord.app_commands.autocomplete` should be placed below the :func:`~ext.commands.hybrid_command` decorator.
|
such as :func:`discord.app_commands.autocomplete` should be placed below the :func:`~ext.commands.hybrid_command` decorator.
|
||||||
decorator.
|
|
||||||
|
|
||||||
For convenience and ease in writing code, The :class:`~ext.commands.Context` class implements
|
For convenience and ease in writing code, The :class:`~ext.commands.Context` class implements
|
||||||
some behavioural changes for various methods and attributes:
|
some behavioural changes for various methods and attributes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user