Browse Source
Fix typo in hybrid commands documentation
pull/8342/head
I. Ahmad
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
1 deletions
-
docs/ext/commands/commands.rst
|
|
@ -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. |
|
|
|
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. |
|
|
|
decorator. |
|
|
|
|
|
|
|
For convenience and ease in writing code, The :class:`~ext.commands.Context` class implements |
|
|
|
some behavioural changes for various methods and attributes: |
|
|
|