10 lines
341 B
Plaintext
10 lines
341 B
Plaintext
# Discord Bot Token (from Discord Developer Portal)
|
|
DISCORD_TOKEN=your_discord_bot_token_here
|
|
|
|
# Channel ID to monitor for TTS messages
|
|
# Right-click the channel in Discord and copy ID (enable Developer Mode in settings)
|
|
TEXT_CHANNEL_ID=123456789012345678
|
|
|
|
# Path to the voice reference WAV file for voice cloning
|
|
VOICE_WAV_PATH=./voice.wav
|