Files
Vox/.env.example
Spencer 9917d44f5d docs: add HuggingFace cache troubleshooting to README
- Document HF_HOME environment variable for writable cache
- Add systemd service permission guidance for /tmp paths
- Troubleshooting steps for read-only file system errors
2026-02-26 15:56:09 -06:00

17 lines
547 B
Plaintext
Executable File

# 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