fixed coco reset
This commit is contained in:
parent
ccf2d4c0a7
commit
1814366b4f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Galaxy(commands.Cog):
|
|||
@checks.is_owner()
|
||||
async def coco_reset(self, ctx):
|
||||
"""Resets Coco's target."""
|
||||
await self.config.cocotarget.set(0)
|
||||
await self.config.guild(ctx.guild).cocotarget.set(0)
|
||||
embed=discord.Embed(color=await self.bot.get_embed_color(None), description=f"Coco has been reset.")
|
||||
await ctx.send(embed=embed)
|
||||
|
||||
|
|
Loading…
Reference in a new issue