[Downloader] Fix spacing in [p]cog install response (#5034)

This commit is contained in:
Kreusada
2021-05-10 20:26:15 +01:00
committed by GitHub
parent d666c24bd4
commit 2374b4af59

View File

@@ -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)
+ (