Custom Commands
Design your own slash commands with fields and workflows.
Build slash commands with custom messages, embeds or containers, up to five typed input fields, and per-choice workflows. No code required.
Features#
Field types
Text, choice, integer, number, boolean, user (Discord or Roblox search), member, role, channel, attachment.
Workflows
Choice fields can run steps such as wait, send message, send embed template, and add, remove, or toggle roles, all with role conditions.
Variables
Field answers become {field_name} variables in the response.
AI suggest
Describe the command and let AI draft the embed and fields.
Permissions
Restrict who can run each command; pin responses to a channel; ping a role.
Variables
Drop these into this module's message editors. They are replaced when the bot sends the message, and clickable in the dashboard.
Custom command response
{field1} … {field5} / {field_name}Values members entered into your fields.{user} / {user_name} / {user.mention}The member who ran the command.{command.name} · {now} · {rand}Command metadata, time, and randomness.
Linked Roblox account
{roblox_user} / {roblox_display_name}Linked Roblox username and display name.{roblox_user_id}Their Roblox user ID.{roblox_profile_url}Link to their Roblox profile.{roblox_avatar_url}Their Roblox avatar image.{roblox_account_age} / {roblox_account_age_days}How old the Roblox account is.{roblox_created_relative} / {roblox_created_absolute}When the Roblox account was made.{required.group} / {required.roles}Roblox group / role requirements (giveaways).
Server
{guild.name} / {guild.id}The server's name and ID.{guild.owner.mention} / {guild.owner.name}The server owner.{timestamp} · {random}The current time and a random number.