Initial commit
This commit is contained in:
9
.env.example
Normal file
9
.env.example
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user