owocado
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
discord/ext/commands/cog.py
-
docs/api.rst
|
|
@ -752,7 +752,7 @@ 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 |
|
|
|
Hybrid commands will also be added to the Group, giving the ability to categorize slash commands into |
|
|
|
groups, while keeping the prefix-style command as a root-level command. |
|
|
|
|
|
|
|
For example: |
|
|
|
|
|
@ -2669,7 +2669,7 @@ of :class:`enum.Enum`. |
|
|
|
|
|
|
|
.. versionadded:: 2.0 |
|
|
|
|
|
|
|
.. attribute:: automod_role_update |
|
|
|
.. attribute:: automod_rule_update |
|
|
|
|
|
|
|
An automod rule was updated. |
|
|
|
|
|
|
|