# Replit deployment

1. Add `DISCORD_TOKEN` and `TEST_GUILD_ID` using Replit Secrets.
2. Run `npm install`.
3. Run `npm run validate`.
4. Run `npm start`.
5. The bot exposes `/health` on the Replit `PORT`.
6. `KEEPALIVE_ENABLED=true` and `KEEPALIVE_URL=https://YOUR-APP-URL/health` can be used for an external health check.

Do not commit the Discord bot token to the repository.
