Files
Atomizer/docs/hq/06-DISCORD-SETUP-GUIDE.md

45 lines
1.1 KiB
Markdown
Raw Normal View History

# Atomizer-HQ Discord — Setup Guide
> **Status:** COMPLETE ✅ (2026-02-14)
## Bot Applications — All Created ✅
| Bot Name | Status |
|----------|--------|
| Atomizer Manager | ✅ Running |
| Atomizer Tech Lead | ✅ Running |
| Atomizer Secretary | ✅ Running |
| Atomizer Auditor | ✅ Running |
| Atomizer Optimizer | ✅ Running |
| Atomizer Study Builder | ✅ Running |
| Atomizer NX Expert | ✅ Running |
| Atomizer Webster | ✅ Running |
> **Tokens stored at:** `~/atomizer/config/.discord-tokens.env`
> ⚠️ Never commit tokens to Obsidian or any synced folder.
## Server IDs
- **Guild ID:** 1471858733452890132
- **Antoine's User ID:** 719982779793932419
## How It's Deployed
Each bot runs as its own OpenClaw instance via systemd. See [[P-Atomizer-Overhaul-Framework-Agentic/08-SYSTEM-IMPLEMENTATION-STATUS|08 — System Implementation Status]] for full technical details.
**Quick commands:**
```bash
# Check all agents
bash ~/atomizer/cluster.sh status
# Restart all
bash ~/atomizer/cluster.sh restart
# View logs for one agent
bash ~/atomizer/cluster.sh logs manager
```
---
*Created: 2026-02-13 | Completed: 2026-02-14*