Update redbot/cogs/downloader/downloader.py

Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
Pred
2021-03-29 04:17:54 +02:00
committed by GitHub
parent 18aa2e0354
commit 8aa5c8d46d

View File

@@ -1486,7 +1486,7 @@ class Downloader(commands.Cog):
"\nThese cogs require higher python version than you have: "
) + humanize_list(outdated_python_version)
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]
)
if outdated_bot_version: