How do I make my discord.py bot use custom emoji?

From https://github.com/Rapptz/discord.py/issues/390:

It’s <:emoji_name:emoji_id> for custom emojis.

You can also find the discord.Emoji instance through Server.emojis and
then cast it to str.

Leave a Comment