Skip to main content
An embed is the boxed message with a coloured bar down the side. Start one with {embed}, then add a node for each part you want.
Welcome embed
Order doesn’t matter. Put the nodes in whatever order is easiest to read.

Nodes

Fields

Fields are the small labelled blocks under the description. Each one needs a name and a value, split with &&.
Two fields side by side
Add && inline to put fields next to each other. Leave it off and each one takes a full row. Discord fits up to three inline fields per row.

Footers and authors

Both take extra parts split with &&, and both work fine with just the first part.
Footer with an image
Author with an image and a link

More than one embed

Every {embed} starts a fresh one, so anything after it belongs to the new embed rather than the old one.
Two embeds
A message can hold up to 10 embeds. Anything past that is dropped.
Mixing plain text with an embed is fine. Use {content: …} for the text that sits above the embed, where pings actually notify people.
Last modified on August 4, 2026