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