From 183ec1ab28e8fee9c7760605771e3056952f2d87 Mon Sep 17 00:00:00 2001 From: "I. Ahmad" <54180221+nerdguyahmad@users.noreply.github.com> Date: Mon, 15 Aug 2022 17:18:32 +0500 Subject: [PATCH] Fix typo in hybrid commands documentation --- docs/ext/commands/commands.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/ext/commands/commands.rst b/docs/ext/commands/commands.rst index 22e568b06..b3d9ca8fd 100644 --- a/docs/ext/commands/commands.rst +++ b/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: