From e463c307ea5bb3044a0c0a118d38037ac967db37 Mon Sep 17 00:00:00 2001 From: Dav Date: Thu, 6 Aug 2020 16:54:44 +0000 Subject: [PATCH] [Core] Typo fix (#4035) --- redbot/core/core_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """