From a1a44bf1cc91a979a1757748636564ce98a8f104 Mon Sep 17 00:00:00 2001 From: bobloy Date: Wed, 11 Nov 2020 10:39:33 -0500 Subject: [PATCH] [Downloader] Hide `[p]cog reinstallreqs` (#4590) --- redbot/cogs/downloader/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index f2a6a16e3..4ac0cd40a 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -630,7 +630,7 @@ class Downloader(commands.Cog): """Cog installation management commands.""" pass - @cog.command(name="reinstallreqs") + @cog.command(name="reinstallreqs", hidden=True) async def _cog_reinstallreqs(self, ctx: commands.Context) -> None: """ This command will reinstall cog requirements and shared libraries for all installed cogs.