woohyunjng / discord.py-components

An unofficial third-party library of discord.py for discord components.
https://devkiki7000.gitbook.io/discord-components/
MIT License
128 stars 43 forks source link

[Bug] Emojis not working in Buttons #39

Closed AwesomeSam9523 closed 3 years ago

AwesomeSam9523 commented 3 years ago

Bug Line

Button(style=ButtonStyle.green, label=itemname, emoji=bot.get_emoji(int(emoji_id)))

Excpected Action

The bot should add emoji to the button

Actual Action

Error raised: discord.ext.commands.errors.CommandInvokeError: Command raised an exception: HTTPException: 400 Bad Request (error code: 50035): Invalid Form Body In components.0.components.1.emoji.name: Invalid emoji

Reproducing the action

Try adding a emoji to button

Environment

Py3.9.x

Check

AwesomeSam9523 commented 3 years ago

Discord ws issue