What are Embeds?

Embeds are rich message formats that allow you to create beautiful, organized messages with custom colors, images, and buttons. They’re perfect for welcome messages, announcements, or any important information you want to stand out.

Creating an Embed

Every embed starts with {embed}$v. This tells the bot you want to make an embed. After that, you add your parameters:

{embed}$v

{title: Welcome to our server!}$v

{description: Hello {user.mention}!}$v

{color: #ff0000}

New to embeds? Start with our visual embed builder at fume.rest/embed - it’s easier than writing code!

Basic Structure

  • Each line starts with { and ends with }
  • Use : to separate the parameter from its content
  • Use $v at the end of each line (except the last one)
  • Use && to separate multiple values in one parameter

Available Parameters

Complete Examples

Common Mistakes to Avoid

  • Don’t forget {embed}$v at the start
  • Add $v after each line (except the last one)
  • Use && (not &) to separate multiple values
  • Always use hex codes for colors (like #ff0000)
  • URLs must start with https:// or http://
  • Buttons must use the link type
  • Button format must be exactly: {button: link && Label && URL}

Still stuck? Join our support server for help with your embeds!