From bf654cb9d1dc2c663201c552ef134e49af69e5e2 Mon Sep 17 00:00:00 2001 From: phixxy Date: Mon, 17 Jul 2023 11:36:34 -0700 Subject: [PATCH] Added hidden attr to some commands --- sparkytron3000.py | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/sparkytron3000.py b/sparkytron3000.py index cfc18d4..838a80b 100644 --- a/sparkytron3000.py +++ b/sparkytron3000.py @@ -362,7 +362,8 @@ async def on_ready(): @bot.command( description="Update", help="This will update sparkytron to the most recent version on github. Only privileged users can run this command! Usage: !update", - brief="Runs git pull" + brief="Runs git pull", + hidden=True ) async def update(ctx): if ctx.author.id == 242018983241318410: @@ -1538,7 +1539,8 @@ async def roll(ctx, dice_string): @bot.command( description="Kill", help="Kills the bot in event of an emergency. Only special users can do this! Usage: !kill", - brief="Kill the bot" + brief="Kill the bot", + hidden=True ) async def kill(ctx): "Kills the bot" @@ -1550,7 +1552,8 @@ async def kill(ctx): @bot.command( description="Reset", help="Resets the bot in event of an emergency. Only special users can do this! Usage: !reset", - brief="Reset the bot" + brief="Reset the bot", + hidden=True ) async def reset(ctx): if ctx.author.id == 242018983241318410: