From f4c0a051ab702ab3e1353d4d7a18784896735d18 Mon Sep 17 00:00:00 2001 From: Leonardo Date: Sat, 14 Jan 2023 18:55:32 -0500 Subject: [PATCH] [commands] Hint hybrid commands in GroupCog's description --- discord/ext/commands/cog.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/discord/ext/commands/cog.py b/discord/ext/commands/cog.py index ac48d2df3..6b2b4bc5f 100644 --- a/discord/ext/commands/cog.py +++ b/discord/ext/commands/cog.py @@ -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