From d52b3eaf2123807da88dec8891efe2b2e9fcf121 Mon Sep 17 00:00:00 2001 From: Flame442 <34169552+Flame442@users.noreply.github.com> Date: Wed, 6 Mar 2019 16:57:06 -0500 Subject: [PATCH] Proper capitalization of `[p]blacklist` help text (#2511) --- 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 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