[Downloader] Hide [p]cog reinstallreqs (#4590)

This commit is contained in:
bobloy
2020-11-11 10:39:33 -05:00
committed by GitHub
parent 48ec2dfee0
commit a1a44bf1cc

View File

@@ -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.