From 3dd55202554d8917e225d8bd61e88285087e44e8 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Fri, 9 Feb 2018 09:53:26 +0000 Subject: Hide bot command group in favour of function-like command --- bot/cogs/bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/cogs/bot.py b/bot/cogs/bot.py index 3a3213ebd..f24d345b1 100644 --- a/bot/cogs/bot.py +++ b/bot/cogs/bot.py @@ -16,7 +16,7 @@ class Bot: def __init__(self, bot: AutoShardedBot): self.bot = bot - @group(invoke_without_command=True, name="bot") + @group(invoke_without_command=True, name="bot", hidden=True) @with_role(VERIFIED_ROLE) async def bot_group(self, ctx: Context): """ -- cgit v1.2.3