mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 09:56:05 -05:00
[Downloader] Hide [p]cog reinstallreqs (#4590)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user