mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 03:38:53 -05:00
[Downloader] Hide [p]cog reinstallreqs (#4590)
This commit is contained in:
parent
48ec2dfee0
commit
a1a44bf1cc
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user