From 1b1d70511eab2628e9e6d18d155069b350de1a70 Mon Sep 17 00:00:00 2001 From: sgoudham Date: Fri, 17 Jul 2020 10:11:32 +0100 Subject: [PATCH] Setting command status to hidden --- cogs/fun/fun.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cogs/fun/fun.py b/cogs/fun/fun.py index 4cecd83c..caff5d04 100644 --- a/cogs/fun/fun.py +++ b/cogs/fun/fun.py @@ -13,7 +13,7 @@ class Fun(commands.Cog): def __init__(self, bot): self.bot = bot - @command(name="attack", aliases=['Attack']) + @command(name="attack", aliases=['Attack'], hidden=True) @has_any_role(664585078487252993, 715412394968350756) async def attack(self, ctx, target: Member): """Allows Co-Owners to throw insults at people"""