Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

discord.py read embed on message

@client.event
async def on_message(message):
	embeds = message.embeds
    for embed in embeds:
        print(embed.to_dict())
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #read #embed #message
ADD COMMENT
Topic
Name
1+9 =