# Discord Bot Configuration # Copy this file to .env and fill in your values # Your Discord bot token (from Discord Developer Portal) DISCORD_TOKEN=your_bot_token_here # The text channel ID to monitor for messages # (Right-click channel with Developer Mode enabled -> Copy ID) TEXT_CHANNEL_ID=123456789012345678 # Directory containing voice .wav files VOICES_DIR=./voices # Default voice name (optional - uses first found voice if not set) # This should match the filename without .wav extension (case-insensitive) # DEFAULT_VOICE=masterchief