# ─── Required ──────────────────────────────────────────────────────────────── # Discord bot token -- obtained from https://discord.com/developers/applications DISCORD_BOT_TOKEN=your-discord-bot-token-here # ─── Optional ──────────────────────────────────────────────────────────────── # Discord guild (server) ID -- restricts the bot to a single server. # If not set, the bot uses the first guild it finds on startup. # DISCORD_GUILD_ID=123456789012345678 # Absolute path to the claude CLI executable. # Only needed if "claude" is not on your PATH or you want a specific version. # CLAUDE_PATH=/usr/local/bin/claude