[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -630,7 +630,7 @@ class Downloader(commands.Cog):
"""Cog installation management commands.""" """Cog installation management commands."""
pass pass
@cog.command(name="reinstallreqs") @cog.command(name="reinstallreqs", hidden=True)
async def _cog_reinstallreqs(self, ctx: commands.Context) -> None: async def _cog_reinstallreqs(self, ctx: commands.Context) -> None:
""" """
This command will reinstall cog requirements and shared libraries for all installed cogs. This command will reinstall cog requirements and shared libraries for all installed cogs.