a discord bot that can play music from youtube and also has a tts
(currently uses espeak-ng but planning to switch to opentts)
configure configs in configs.json
example:
{
"token": "your token goes here",
"clientID": "your client id goes here",
"espeak_path": "your espeak path goes here",
"out_wav": "wav file out (for espeak)"
}
download dependancies
npm install
run
npm run commands
npm run test