fix: conforming to naming conventions

This commit is contained in:
Seaswimmer 2023-07-30 09:40:28 -04:00
parent f317234cec
commit c0af5aca3a
No known key found for this signature in database
GPG key ID: 5019678FD9CF50D8

View file

@ -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)