diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index a53b22314..bfdfdb3a1 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -2629,7 +2629,7 @@ class Core(commands.Cog, CoreLogic): ctx: commands.Context, channel: Optional[Union[discord.TextChannel, discord.CategoryChannel]] = None, ): - """Remove a channel or category from ignore the list. + """Remove a channel or category from the ignore list. Defaults to the current channel. """