[Downloader] Show repo's name (#4954)

* Add forgotten format

* leave me alone
This commit is contained in:
Pred
2021-04-06 17:15:00 +02:00
committed by GitHub
parent 2f16d33971
commit 82edaeeb81

View File

@@ -1423,7 +1423,7 @@ class Downloader(commands.Cog):
_("\nCouldn't find these cogs in {repo.name}: ")
if len(unavailable_cogs) > 1
else _("\nCouldn't find this cog in {repo.name}: ")
) + humanize_list(unavailable_cogs)
).format(repo=repo) + humanize_list(unavailable_cogs)
if already_installed:
message += (
_("\nThese cogs were already installed: ")