mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-07 11:48:55 -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."""
|
"""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.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user