fixed coco
This commit is contained in:
parent
d62580b5c1
commit
d1b1041afd
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ class Galaxy(commands.Cog):
|
||||||
return
|
return
|
||||||
await message.add_reaction(emoji)
|
await message.add_reaction(emoji)
|
||||||
|
|
||||||
@commands.group(autohelp=False)
|
@commands.group(autohelp=False, invoke_without_command=True)
|
||||||
@commands.guild_only()
|
@commands.guild_only()
|
||||||
async def coco(self, ctx):
|
async def coco(self, ctx):
|
||||||
"""Checks who Coco is currently set to."""
|
"""Checks who Coco is currently set to."""
|
||||||
|
|
Loading…
Reference in a new issue