shortener-bot/DPP/docpages/example_programs/the_basics/embeds.md

405 B

\page embed-message Sending Embeds

If you've been in a server and used a bot or even seen a message from a bot, you might have seen a special message type, often sent by these bots. These are called embeds! In this section, we will show how to create an embed and reply to a user, using our newly created embed!

\include{cpp} embeds.cpp

The code will send the following message.

\image html embed.png