mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-08 10:22:31 -05:00
Update redbot/cogs/downloader/downloader.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -1486,7 +1486,7 @@ class Downloader(commands.Cog):
|
|||||||
"\nThese cogs require higher python version than you have: "
|
"\nThese cogs require higher python version than you have: "
|
||||||
) + humanize_list(outdated_python_version)
|
) + humanize_list(outdated_python_version)
|
||||||
else:
|
else:
|
||||||
message += _("{cog} require higher python version than you have.").format(
|
message += _("{cog} requires higher python version than you have.").format(
|
||||||
outdated_python_version[0]
|
outdated_python_version[0]
|
||||||
)
|
)
|
||||||
if outdated_bot_version:
|
if outdated_bot_version:
|
||||||
|
|||||||
Reference in New Issue
Block a user