Building
Automations and the flow builder
Triggers, conditions and actions wired together on a canvas.
The flow builder connects triggers → conditions → actions.
Triggers: member joins or leaves, message sent, reaction added, button clicked, command run, scheduled time.
Conditions branch the flow: role checks, channel checks, text matching, number comparisons.
Actions: send message, DM the user, add or remove a role, create a channel, timeout a member, call a webhook, wait.
Variables let you reuse data across nodes —
A workflow only runs when it is enabled. The Test panel runs it with sample data, and Logs shows each real run step by step, including which condition stopped the flow.
Triggers: member joins or leaves, message sent, reaction added, button clicked, command run, scheduled time.
Conditions branch the flow: role checks, channel checks, text matching, number comparisons.
Actions: send message, DM the user, add or remove a role, create a channel, timeout a member, call a webhook, wait.
Variables let you reuse data across nodes —
{{user.name}}, {{server.name}}, trigger payload fields and anything you store earlier in the flow.A workflow only runs when it is enabled. The Test panel runs it with sample data, and Logs shows each real run step by step, including which condition stopped the flow.