mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
Fix formatting in error message about already installed cog (#5531)
This commit is contained in:
parent
fbe378657c
commit
6ff844e605
@ -1447,7 +1447,7 @@ class Downloader(commands.Cog):
|
|||||||
message += (
|
message += (
|
||||||
_("\nSome cogs with these names are already installed from different repos: ")
|
_("\nSome cogs with these names are already installed from different repos: ")
|
||||||
if len(name_already_used) > 1
|
if len(name_already_used) > 1
|
||||||
else _("\nCog with this name is already installed from a different repo.")
|
else _("\nCog with this name is already installed from a different repo: ")
|
||||||
) + humanize_list(name_already_used)
|
) + humanize_list(name_already_used)
|
||||||
correct_cogs, add_to_message = self._filter_incorrect_cogs(cogs)
|
correct_cogs, add_to_message = self._filter_incorrect_cogs(cogs)
|
||||||
if add_to_message:
|
if add_to_message:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user