diff --git a/galaxy/galaxy.py b/galaxy/galaxy.py index c8fca22..2eb75f3 100644 --- a/galaxy/galaxy.py +++ b/galaxy/galaxy.py @@ -35,6 +35,7 @@ class Galaxy(commands.Cog): @coco.command(name="get") async def coco_get(self, ctx): + """Checks who Coco is currently set to.""" 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).") ctx.send(embed=embed)