Loading
BDTools
Make Send Embed Message function using simple fillouts. Fill out the fields below, and click "Generate Embed" to create your BDFD send embed message code.
Send Embed Message is a BDFD function that allows the user to send an embedded message to any desired channel with properly formatted title, description, colors, images, fields, and more — all neatly structured and easy to read.
This tool helps you build an embed using BDFD syntax (Bot Designer for Discord), specifically the $sendEmbedMessage[] function.
Syntax:
$sendEmbedMessage[Channel ID;Content;(Title;Title URL;Description;Color;Author;Author icon;Footer;Footer icon;Thumbnail;Image;Add timestamp?;Return ID?)]
Parameters:
Channel ID (Snowflake, Required): The ID of the channel where the message will be sent.Content (String, Emptiable): The text shown above the embed.Title (String, Vacantable): The embed’s title.Title URL (URL, Vacantable): The URL applied to the title.Description (String, Vacantable): The embed’s description.Color (Color hex or int, Vacantable): The color of the embed border.Author (String, Vacantable): The author name shown at the top.Author Icon (URL, Vacantable): The image next to the author name.Footer (String, Vacantable): The footer text.Footer Icon (URL, Vacantable): The image next to the footer text.Thumbnail (URL, Vacantable): The thumbnail image on the embed.Image (URL, Vacantable): The large image above the footer.Add Timestamp? (Bool, Vacantable): Add a timestamp to the embed footer (yes or no).Return ID? (Bool, Vacantable): Return the message ID outside the embed (yes or no).Use the builder above to fill in each section, and you’ll instantly get the full, copy-paste-ready BDFD embed code below — fast, clean, and accurate.
Example:
$nomention
$sendEmbedMessage[$channelID;;Title;https://discord.com/;description;000000;author;$authorAvatar;footer;$authorAvatar;$authorAvatar;$authorAvatar;no;no]
For advanced formatting and deeper embed control, check out the official BDFD docs.
Note: This is a community-made tool and is not affiliated with BDFD directly.