From d26dbf3a7aa7febb4ca4b97fdea3ae5b701bc71a Mon Sep 17 00:00:00 2001 From: owocado <24418520+owocado@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:17:08 +0530 Subject: [PATCH] Fix a few typos in the docs Co-authored-by: o-wo <24418520+o-wo@users.noreply.github.com> --- discord/ext/commands/cog.py | 2 +- docs/api.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/discord/ext/commands/cog.py b/discord/ext/commands/cog.py index 84430f9e4..11f6a0393 100644 --- a/discord/ext/commands/cog.py +++ b/discord/ext/commands/cog.py @@ -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: diff --git a/docs/api.rst b/docs/api.rst index 5462291c6..32e393ef2 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -2669,7 +2669,7 @@ of :class:`enum.Enum`. .. versionadded:: 2.0 - .. attribute:: automod_role_update + .. attribute:: automod_rule_update An automod rule was updated.