[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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