Custom Commands
Overview
What Custom Commands are and how to build them.
Custom Commands let server admins define their own commands with completely arbitrary behavior. Three editing modes are available: a card-based visual builder, a Blueprint node editor (Unreal Engine inspired), and raw AuditScript.
Trigger types#
Slash
Registered with Discord as a real slash command. Guild-scoped, so only your server sees it.
Prefix
Legacy prefix invocation like ,hello. Configurable prefix per command.
Message match
Fires when a message matches a pattern (contains, exact, starts-with, ends-with, regex).
What actions are available#
Every custom command can send messages, embeds, DMs, add/remove roles, kick, ban, timeout, purge, lock/unlock channels, create channels, set slow mode, react, delete the trigger message, wait, set variables, run HTTP requests, and evaluate conditional logic.
Where to configure
auditer.wtf/dashboard/[your-guild]/custom-commands.