Skip to content

Embed Builder

Plain text messages can be effective, but for really important server information, you need the professional look of a Discord Embed. Zero Degree’s Embed Builder is a powerful, modal-based tool that lets you create stunning custom messages without writing a single line of code.

Embeds allow you to:

  • Organize Information: Use fields, titles, and descriptions for better readability.
  • Add Graphics: Incorporate thumbnails, large hero images, and author icons.
  • Match Your Brand: Choose precise colors that fit your server’s aesthetic.
  • Stay Interactive: Add functional buttons and select menus (see below).

Everything starts with the /embed command. It opens our interactive modal-driven editor:

  1. /embed create: Opens a popup where you can type your title, description, and choose a color.
  2. Add Images: Use the “Image” or “Thumbnail” buttons in the menu to provide a URL.
  3. Manage Fields: Add up to 25 fields to categorize your information (e.g., “Rules,” “Links,” “Staff”).

🖱️ Interactive Buttons & Select Menus

Section titled “🖱️ Interactive Buttons & Select Menus”

What makes Zero Degree truly unique is the ability to add Interactive Components to your embeds. Instead of just reading a message, your users can do something.

Each button you add to an embed can have:

  • Label & Emoji: Customize the look of the button (e.g., [📩 Contact Support]).
  • Style: Choose between Primary (Blue), Secondary (Gray), Success (Green), or Danger (Red).
  • The Action: Link the button to an external site or a TagScript snippet (see below).

This is where the real power lies. You can program a button to execute a TagScript whenever it’s clicked.

  • Scenario: Create a [Verify] button that gives a role, or a [Status] button that tells the user their current level and balance.
  • /embed list: See all the custom embeds you’ve created for your server.
  • /embed edit <id>: Need to update a typo? Edit your embed instantly without recreating it.
  • /embed clone <id>: Duplicate an existing design to use it as a template for a new one.

[!TIP] Pro-Tip: JSON Support. For the advanced power-users, ZeD also supports raw Embed JSON. If you have an embed designed in an external tool, you can simply paste the JSON code to import it instantly.

Next: The TagScript Engine - Programming your server