Sodynoizz_TH
Results
2
comments of
Sodynoizz_TH
> Can you try using only `discord.Emoji`, this should use the converter Code that I tested ```python @discord.commands.slash_command(name="test") async def emoji(self, ctx: discord.ApplicationContext, emoji : discord.Emoji): await ctx.respond(emoji.name) ``` I...
> This should be fixed in the latest release Well, I tested that code in py-cord version 2.1.1 with 1️⃣ emoji but it raised this error ``` discord.ext.commands.errors.EmojiNotFound: Emoji "1️⃣"...