Wipe attendance polls for clans. Leaders post a poll; members vote Yes/Maybe/No. Names update live, voters get a DM with wipe time. MongoDB saves all votes.
1. Create a Discord bot
- Go to [discord.com/developers](https://discord.com/developers/applications) → **New Application** → **Bot** → copy the **token**
- Copy the **Application ID** from **General Information**
- **OAuth2 → URL Generator** → pick `bot` + `applications.commands` → invite the bot to your server
2. Get IDs (turn on Developer Mode in Discord settings)
- Right-click your **server** → **Copy Server ID**
- Right-click the **leader role** → **Copy Role ID**
3. MongoDB
- Free database: [mongodb.com/atlas](https://www.mongodb.com/cloud/atlas)
- Copy your connection string (looks like `mongodb+srv://user:pass@cluster.../wipe-react`)
4. Config
Copy `config.example.json` to `config.json` and fill in: