Automation Builder

The Automation Builder lets you create visual moderation workflows — drag and drop action blocks to build chains that fire automatically when members reach warning thresholds.

How it works

  1. Create an automation in Moderation → Automations
  2. Drag a Warning Trigger block onto the canvas and set the threshold (e.g. every 3 warnings)
  3. Connect action blocks: Mute, Kick, Ban, Log to Channel, DM User
  4. Multiple actions can be chained from a single trigger
  5. Save — the automation runs automatically when /warn is used

Trigger behavior

The warning trigger uses a modulo pattern:

  • Set to 1 → fires on every warning
  • Set to 3 → fires on warnings 3, 6, 9...
  • Set to 5 → fires on warnings 5, 10, 15...

Available blocks

BlockDescriptionPlan
Warning TriggerFires every X warningsAll
Mute MemberTimeout the memberAll
Kick MemberKick the memberAll
Ban MemberBan the memberAll
Log to ChannelPost a message to a channelAll
DM UserSend a DM to the memberPro

Plan availability

FeatureFreePro
Automations1Unlimited
DM User block

Related