fixed a setting

This commit is contained in:
Seaswimmer 2023-03-01 23:50:21 -05:00
parent c2bfbd9f88
commit 0dd6247714

View file

@ -24,7 +24,7 @@ class Galaxy(commands.Cog):
else: else:
return return
@commands.group() @commands.group(autohelp=False)
async def coco(self, ctx): async def coco(self, ctx):
"""Checks who Coco is currently set to.""" """Checks who Coco is currently set to."""
cocotarget = await self.config.guild(ctx.guild).cocotarget() cocotarget = await self.config.guild(ctx.guild).cocotarget()