From 0dd62477146487ae44b17003e44e61a71f66eebe Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Wed, 1 Mar 2023 23:50:21 -0500 Subject: [PATCH] fixed a setting --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index fdbfe83..cf35acd 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -24,7 +24,7 @@ class Galaxy(commands.Cog): else: return - @commands.group() + @commands.group(autohelp=False) async def coco(self, ctx): """Checks who Coco is currently set to.""" cocotarget = await self.config.guild(ctx.guild).cocotarget()