diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 6bc3be037..cde7732fc 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -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: