Initial commit

This commit is contained in:
2026-01-18 17:08:37 -06:00
commit ae1c2a65d3
28 changed files with 719 additions and 0 deletions

9
.env.example Normal file
View 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