fix: conforming to naming conventions
This commit is contained in:
parent
f317234cec
commit
c0af5aca3a
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ class Galaxy(commands.Cog):
|
|||
await ctx.send(embed=embed)
|
||||
|
||||
@coco.command(name="emoji")
|
||||
async def coco_emoji_set(self, ctx, emoji: discord.Emoji = None):
|
||||
async def coco_emoji(self, ctx, emoji: discord.Emoji = None):
|
||||
"""Sets Coco's emoji."""
|
||||
if emoji:
|
||||
await self.config.guild(ctx.guild).cocoemoji.set(emoji.id)
|
||||
|
|
Loading…
Reference in a new issue