- Document HF_HOME environment variable for writable cache - Add systemd service permission guidance for /tmp paths - Troubleshooting steps for read-only file system errors
17 lines
547 B
Plaintext
Executable File
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
|