# Discord Data Collector Environment Variables # Copy this file to .env and fill in your values # Discord user token (REQUIRED) # WARNING: This should be your user token, not a bot token # Keep this secret and never share it publicly DISCORD_TOKEN=your_discord_user_token_here # Optional: Database connection string for future MongoDB integration # MONGODB_URI=mongodb://localhost:27017/discord_research # Optional: Additional API keys for extended functionality # BACKUP_WEBHOOK_URL=https://discord.com/api/webhooks/your_webhook_url