mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
[Downloader] Show repo's name (#4954)
* Add forgotten format * leave me alone
This commit is contained in:
parent
2f16d33971
commit
82edaeeb81
@ -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: ")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user