This commit is contained in:
Seaswimmer 2023-03-02 00:03:27 -05:00
parent 7a93a42511
commit f9f5e3fd50

View file

@ -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")