From f9f5e3fd50ee64bd63b5b19d13a61d937e64f917 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Thu, 2 Mar 2023 00:03:27 -0500 Subject: [PATCH] oopsies --- galaxy/galaxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index 2eb75f3..54c7345 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -30,7 +30,7 @@ class Galaxy(commands.Cog): @commands.group(autohelp=True) @commands.guild_only() - async def coco(self): + async def coco(self, ctx): """Checks who Coco is currently set to.""" @coco.command(name="get")