How to send embed and common text in one message?

it must look like message on the picture
5 Replies
d.js toolkit
d.js toolkit11mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Post the full error stack trace, not just the top part! - Show your code! - Explain what exactly your issue is. - Not a discord.js issue? Check out #useful-servers.
treble/luna
treble/luna11mo ago
pass in content when sending the embed
Expleone
Expleone11mo ago
could you give me an example?
treble/luna
treble/luna11mo ago
{content: 'foo', embeds: []}
Expleone
Expleone11mo ago
thanks