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:18:54 +02:00
committed by GitHub
parent 7f8ed7bcf7
commit 1e0472ea9f

View File

@@ -1497,7 +1497,7 @@ class Downloader(commands.Cog):
).format(current_version=red_version_info) + humanize_list(outdated_bot_version)
else:
message += _(
"{cog} require different Red version than you currently "
"{cog} requires different Red version than you currently "
"have ({current_version})"
).format(cog=outdated_bot_version, current_version=red_version_info)