From 2374b4af5939cabe3f88cc0feba93c36fae5e531 Mon Sep 17 00:00:00 2001 From: Kreusada <67752638+Kreusada@users.noreply.github.com> Date: Mon, 10 May 2021 20:26:15 +0100 Subject: [PATCH] [Downloader] Fix spacing in `[p]cog install` response (#5034) --- redbot/cogs/downloader/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index c60ed9ae3..6feb5dba6 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -870,7 +870,7 @@ class Downloader(commands.Cog): ( _("Successfully installed cogs: ") if len(installed_cogs) > 1 - else _("Successfully installed the cog:") + else _("Successfully installed the cog: ") ) + humanize_list(cognames) + (