mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-06 17:32:31 -05:00
Update redbot/cogs/downloader/downloader.py
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user