mirror of
https://github.com/HappyTanuki/BumbleCee.git
synced 2025-12-18 21:23:29 +00:00
10 lines
405 B
Markdown
10 lines
405 B
Markdown
\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
|