Answers for "discord py read embed"

0

discord.py read embed on message

@client.event
async def on_message(message):
	embeds = message.embeds
    for embed in embeds:
        print(embed.to_dict())
Posted by: Guest on October-16-2020

Python Answers by Framework

Browse Popular Code Answers by Language