diff --git a/docs/cog_guides/core.rst b/docs/cog_guides/core.rst index fb7ee2d0e..5a6a3bc84 100644 --- a/docs/cog_guides/core.rst +++ b/docs/cog_guides/core.rst @@ -238,7 +238,7 @@ autoimmune remove **Description** -Makes a user or role immune from automated moderation actions. +Remove a user or role from being immune to automated moderation actions. **Examples:** - ``[p]autoimmune remove @TwentySix`` - Removes a user. diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 3e91504f0..f4ec9433b 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -4473,7 +4473,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic): self, ctx: commands.Context, *, user_or_role: Union[discord.Member, discord.Role] ): """ - Makes a user or role immune from automated moderation actions. + Remove a user or role from being immune to automated moderation actions. **Examples:** - `[p]autoimmune remove @TwentySix` - Removes a user.