diff --git a/redbot/core/core_commands.py b/redbot/core/core_commands.py index 52d79a91c..b67226889 100644 --- a/redbot/core/core_commands.py +++ b/redbot/core/core_commands.py @@ -1415,7 +1415,7 @@ class Core(commands.Cog, CoreLogic): @checks.is_owner() async def blacklist(self, ctx: commands.Context): """ - blacklist management commands. + Blacklist management commands. """ pass