[Downloader] Fix formatting for red version requirement notices (#5183)

This commit is contained in:
Kreusada
2021-07-06 17:50:10 +01:00
committed by GitHub
parent ad6b8662b2
commit 49cc9374d4

View File

@@ -1496,7 +1496,7 @@ class Downloader(commands.Cog):
)
if len(outdated_bot_version) > 1
else _(
"This cog requires different Red version than you currently "
"\nThis cog requires different Red version than you currently "
"have ({current_version}): "
)
).format(current_version=red_version_info) + humanize_list(outdated_bot_version)