mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Core] Update [p]autoimmune remove docstring
* Merge pull request #5038 * update docstring * update docs correspondingly
This commit is contained in:
parent
3f39a93e59
commit
3ff2132570
@ -238,7 +238,7 @@ autoimmune remove
|
|||||||
|
|
||||||
**Description**
|
**Description**
|
||||||
|
|
||||||
Makes a user or role immune from automated moderation actions.
|
Remove a user or role from being immune to automated moderation actions.
|
||||||
|
|
||||||
**Examples:**
|
**Examples:**
|
||||||
- ``[p]autoimmune remove @TwentySix`` - Removes a user.
|
- ``[p]autoimmune remove @TwentySix`` - Removes a user.
|
||||||
|
|||||||
@ -4473,7 +4473,7 @@ class Core(commands.commands._RuleDropper, commands.Cog, CoreLogic):
|
|||||||
self, ctx: commands.Context, *, user_or_role: Union[discord.Member, discord.Role]
|
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:**
|
**Examples:**
|
||||||
- `[p]autoimmune remove @TwentySix` - Removes a user.
|
- `[p]autoimmune remove @TwentySix` - Removes a user.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user