[commands] Hint hybrid commands in GroupCog's description

This commit is contained in:
Leonardo
2023-01-14 18:55:32 -05:00
committed by GitHub
parent 40db618d1e
commit f4c0a051ab

View File

@ -752,6 +752,9 @@ class GroupCog(Cog):
and :func:`~discord.app_commands.default_permissions` will apply to the group if used on top of the
cog.
Hybrid commands will also be added to the Group, giving the ability categorize slash commands into
groups, while keeping the prefix-style commmand as a root-level command.
For example:
.. code-block:: python3