mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 11:18:54 -05:00
[Downloader] Fix formatting for red version requirement notices (#5183)
This commit is contained in:
parent
ad6b8662b2
commit
49cc9374d4
@ -1496,7 +1496,7 @@ class Downloader(commands.Cog):
|
|||||||
)
|
)
|
||||||
if len(outdated_bot_version) > 1
|
if len(outdated_bot_version) > 1
|
||||||
else _(
|
else _(
|
||||||
"This cog requires different Red version than you currently "
|
"\nThis cog requires different Red version than you currently "
|
||||||
"have ({current_version}): "
|
"have ({current_version}): "
|
||||||
)
|
)
|
||||||
).format(current_version=red_version_info) + humanize_list(outdated_bot_version)
|
).format(current_version=red_version_info) + humanize_list(outdated_bot_version)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user