connect ports to chain events · scroll to zoom · drag to pan
0 nodes
// Connect blocks and click Generate
Bot Config
Output
npm install
cp .env.example .env
node index.js
1
Drag blocks from the left onto the canvas.
2
Connect ports — drag from the right ● of one block to the left ● of another. This chains them so the second block runs after the first.
3
Trigger blocks (Events, Commands) are entry points. Action blocks attach below them.
4
Right-click a node or wire to delete it. Scroll to zoom, drag canvas to pan.
5
Click Generate to build the code, then Download for a ready-to-run zip.
💡 One trigger can fan out to multiple actions. Actions can also chain into more actions!
🗑 Delete
⧉ Duplicate