mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -05:00
[Downloader] Fix spacing in [p]cog install response (#5034)
This commit is contained in:
parent
d666c24bd4
commit
2374b4af59
@ -870,7 +870,7 @@ class Downloader(commands.Cog):
|
|||||||
(
|
(
|
||||||
_("Successfully installed cogs: ")
|
_("Successfully installed cogs: ")
|
||||||
if len(installed_cogs) > 1
|
if len(installed_cogs) > 1
|
||||||
else _("Successfully installed the cog:")
|
else _("Successfully installed the cog: ")
|
||||||
)
|
)
|
||||||
+ humanize_list(cognames)
|
+ humanize_list(cognames)
|
||||||
+ (
|
+ (
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user