From 31e114ac6c91174ee93381eea9e0b90577fa1d55 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Tue, 21 Jul 2020 04:38:25 +0100 Subject: [PATCH] Hiding cog --- cogs/help/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/help/admin.py b/cogs/help/admin.py index 697fc6c1..41ab1ef6 100644 --- a/cogs/help/admin.py +++ b/cogs/help/admin.py @@ -22,7 +22,7 @@ def get_user_info(self, ctx): # Set up the Cog -class rules_roles(commands.Cog): +class rules_roles(commands.Cog, command_attrs=dict(hidden=True)): def __init__(self, bot): self.bot = bot