Adding external text to embed #6750
Answered
by
Luc1412
yellowcoke
asked this question in
Q&A
-
Hi everyone, I'm trying to send an external text with an embed. I mean the external text and embed will be sent in one message object. I did deep search but found nothing. |
Beta Was this translation helpful? Give feedback.
Answered by
Luc1412
Apr 18, 2021
Replies: 2 comments 2 replies
-
isnt this text means |
Beta Was this translation helpful? Give feedback.
1 reply
-
You can just fill the normal content field. Example: await messageable.send("My Text", embed=myembed) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
yellowcoke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can just fill the normal content field. Example: await messageable.send("My Text", embed=myembed)