oops mk2
This commit is contained in:
parent
e6e56c4137
commit
c0518c09b6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class Galaxy(commands.Cog):
|
|||
embed=discord.Embed(color=await self.bot.get_embed_color(None), description=f"Coco is currently set to <@{cocotarget}> (cocotarget)")
|
||||
ctx.send(embed=embed)
|
||||
|
||||
@coco.command(name=set)
|
||||
@coco.command(name="set")
|
||||
@checks.is_owner()
|
||||
async def coco_set(self, ctx, member = discord.Member):
|
||||
"""Sets Coco's target."""
|
||||
|
|
Loading…
Reference in a new issue