made coco guild only
This commit is contained in:
parent
8424adedb9
commit
07cf4a6122
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ class Galaxy(commands.Cog):
|
||||||
return
|
return
|
||||||
|
|
||||||
@commands.group(autohelp=False)
|
@commands.group(autohelp=False)
|
||||||
|
@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."""
|
||||||
cocotarget = await self.config.guild(ctx.guild).cocotarget()
|
cocotarget = await self.config.guild(ctx.guild).cocotarget()
|
||||||
|
|
Loading…
Reference in a new issue