im dumb lol
This commit is contained in:
parent
f563820b73
commit
7a93a42511
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Galaxy(commands.Cog):
|
||||||
|
|
||||||
@coco.command(name="get")
|
@coco.command(name="get")
|
||||||
async def coco_get(self, ctx):
|
async def coco_get(self, ctx):
|
||||||
|
"""Checks who Coco is currently set to."""
|
||||||
cocotarget = await self.config.guild(ctx.guild).cocotarget()
|
cocotarget = await self.config.guild(ctx.guild).cocotarget()
|
||||||
embed=discord.Embed(color=await self.bot.get_embed_color(None), description=f"Coco is currently set to <@{cocotarget}> (cocotarget).")
|
embed=discord.Embed(color=await self.bot.get_embed_color(None), description=f"Coco is currently set to <@{cocotarget}> (cocotarget).")
|
||||||
ctx.send(embed=embed)
|
ctx.send(embed=embed)
|
||||||
|
|
Loading…
Reference in a new issue