.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DISCORD_TOKEN
secret
OPENROUTER_API_KEY
secret
OPENROUTER_MODEL
INTRO_CHANNEL_ID
WATCHED_CHANNEL_IDS
LOG_CHANNEL_ID
SYNC_GUILD_ID
Optional: guild ID for instant slash-command sync (test server). Leave empty for global sync (can take up to 1 hour to propagate).
MAX_MOVES_PER_WINDOW
Per-user rate limiting for auto-detection moves. After hitting MAX_MOVES_PER_WINDOW within MOVE_WINDOW_SECONDS, further flagged messages…
MOVE_WINDOW_SECONDS
DRY_RUN
brew install flyctl && fly launch --from https://github.com/bentlybro/discord-resume-filter
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/bentlybro/discord-resume-filter
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/bentlybro/discord-resume-filter