My code prints out the message the user sends. However, when an embedded message gets sent, there is nothing on the terminal and nothing is read.
Is there a way for my bot to read embedded messages along with normal messages on discord
Python 3.8
client = discord.Client()
@client.event
async def on_message(message):
print(message.content)
client.run(token)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…