📚
Disblock
  • Disblock Documentation
  • Getting Started
  • First steps
  • Supporting
  • Dashboard
    • Logs
    • Rollbacks
  • Events
    • Events
  • Blocks
    • Blocks
    • Embeds blocks
    • Temporary variables blocks
    • Slash commands
      • Forms
    • Data storage blocks
  • miscellaneous
    • How to get the Discord ID of something
    • Troubleshooting
  • Terms & privacy policy
    • Terms of Use
    • Privacy Policy
Powered by GitBook
On this page
  • Embed messages options
  • Define Embed Image
  • Define Embed Thumbnail
  • Add a field
  • Set Embed's author
  • Add a footer
  • Add timestamp
Edit on GitHub
  1. Blocks

Embeds blocks

PreviousBlocksNextTemporary variables blocks

Last updated 2 years ago

Sometimes, you way want something better than simple text messages, and to replace them, you can use some Embed Messages. Let's see how to use them !

Here is the minimal action flow to create and send an Embed message :

When creating an Embed Message, you will probably want to send it. That can be done with the Send embed message Block.

For now, that's only a very simple Embed message, but by adding few options to our Create an embed message block, we can create way more complexes messages, like this one :

Embed messages options

Let's see what are the available options :

Define Embed Image

Probably one of the most used, this option will add an image to your Embed :

Define Embed Thumbnail

This option will add a thumbnail to your embed, always at the right top of the message :

Add a field

Fields can be used to add more informations or details to the message. Each field have a maximum length of 512 characters.

Set Embed's author

You can show who created this embed, and even add a link to a website and a picture :

Add a footer

It is possible to add a small text and a picture at the end of your embed, with the Add Footer block :

Add timestamp

If you need to show when the embed was sent, you can use the Add Timestamp block :

The minimal Action flow to send an Embed message
The result of the created embed
An embed message, using all the possibles options.
The block Define Embed Image was added in the customization input of the Create embed block
This time, the Define Embed Thumbnail block is used in the customization input
Three fields are added in the customization input
The embed created by the above action flow
The same embed, but if the inline option isn't checked
The set author block was added. You must specify the author's name, but you don't need to give an URL or an image.
This time, we added the add footer block. You don't need to specify an image for it to work.
The Add Timestamp block was added in the customization input
The timestamp is visible at the end of the embed message.
An image was added to the embed. ( )
The thumbnail was added to the Embed message ( )
The created embed, "LJ5O" is a link to https://disblock.xyz ( )
The created embed, with the footer. ( )
Source
Source
Source
Source