discord.py-rewrite

How to get the message content/embed from the message id?

How to get the message content/embed from the message id? Question: I want to know how to get a message content (specifically the embeds) from the message id? Just like you can get the member using a member id Asked By: Jackie || Source Answers: on_raw_reaction_add() example: @bot.event async def on_raw_reaction_add(payload): channel = bot.get_channel(payload.channel_id) msg …

Total answers: 2