mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 01:12:33 -05:00
[Core] Typo fix (#4035)
This commit is contained in:
@@ -2629,7 +2629,7 @@ class Core(commands.Cog, CoreLogic):
|
|||||||
ctx: commands.Context,
|
ctx: commands.Context,
|
||||||
channel: Optional[Union[discord.TextChannel, discord.CategoryChannel]] = None,
|
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.
|
Defaults to the current channel.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user