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()