Skip to content

tuna2134/voxbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voicevox tts bot

1. Build binary

cargo build --release

2. Create dotenv file.

name description
DISCORD_TOKEN Discord bot's token
VOICEVOX_API_URL Voicevox engine urls

3. Running bot

Linux

./target/release/voxbot

Windows

./target/release/voxbot.exe