Answers for "discord client event 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
1

discord.py fetch channel

await client.fetch_channel(channelId)
Posted by: Guest on January-23-2021

Python Answers by Framework

Browse Popular Code Answers by Language