diff --git a/emoji/emoji.py b/emoji/emoji.py index 48897dc..b83a0d9 100644 --- a/emoji/emoji.py +++ b/emoji/emoji.py @@ -30,7 +30,7 @@ class Emoji(commands.cog): ] return "\n".join(text) - @commands.hybrid_command() + @commands.hybrid_command(name="emoji") async def emoji(self, ctx: commands.Context, emoji: discord.Emoji, ephemeral: bool = False) -> None: """Retrieve information about an emoji.""" await ctx.send(content=f"Emoji: {emoji}", ephemeral=ephemeral)