diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 2c3f95e05..f9707c863 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -416,7 +416,9 @@ class Downloader: ) return - msg = _("Information on {}:\n{}").format(cog.name, cog.description or "") + msg = _("Information on {}:\n{}\n\nRequirements: {}").format( + cog.name, cog.description or "", ", ".join(cog.requirements) or "None" + ) await ctx.send(box(msg)) async def is_installed(