Setup Tools
Embed Builder
Build a custom embed and copy the result straight into the matching command. The preview matches exactly what Pixie posts in Discord.
⚠️ Best on a computer
⚠️
It's highly recommended to use this builder on a computer - on mobile it's genuinely rough (small screen, a lot of fields, and a live preview all fighting for the same space). It'll still work, just expect a worse experience.
Import an existing script
Paste a script above to detect which system it's for.
Where is this going?
Pick a type above and the rest of the builder will show up here.
Message content
Anything typed here pings, any mention, no exceptions. A mention placed inside the embed instead just displays, it never notifies. Want it to actually ping? Put it here.
Embed
#
Type a hex code, or click a variable below (like
{user.pfp_color}) to base it on someone's avatar.Author & footer
▾Fields
Buttons
Advanced
▾🛠️The visual form above covers every directive except conditionals. If you know the raw syntax, add a
{if}...{elseif}...{else}...{/if} block (or anything else) here - it gets appended to the script exactly as typed, alongside everything built above.Condition is
{variable} == value or != value, or just a bare {if {variable}} truthy check. No nesting. Anything you type here is on you to get right, the visual form won't validate it.Script output
Copied!
Variables
🎯Inserting into: nothing yet, click a field first
Click a variable to insert it into whichever field you last clicked into.
example server ·
live preview
PixieBOTToday at 4:12 PM
🖼️No icon set? That element just disappears, same as the real bot.
Insert a mention
Paste a raw ID to reference a role/channel/user the site can't resolve. Get one via
$roleid, $channelid, or $userid in Discord.