I'm creating a python discord bot which will output messages in an embed format.
I have added a few custom emoji's to the discord server and would like to use these in the embed message.
I would like it to look something like this https://imgur.com/a/ezUJXoQ except the emoji's used will be custom emojis NOT the discord default emojis.
I also want the emoji to sit the 'description' field. The custom emoji works fine in the title but won't work in 'description'.
embed = discord.Embed(title="Here is the **title**! <:emoji1:52342365738338334>", color=0x24045b, description="Here is the emoji again! <:emoji1:52342365738338334>"