A simple Discord bot written in Node.JS with the Discord.JS library to turn text messages into audible mp3 messages.
Download the repository via git, or download it as a zip file and extract it.
git clone https://github.com/AvrooVulcan/text-to-speech-bot
Then go into the config.json file and enter your bot token. That is all you have to do!
To use the bot, simply run the following command from the project's root folder.
node app.js
Alternatively, you can use the forever package to ensure the bot remains running even after a crash.
Any pull requests are welcome, and will be reviewed shortly after submission. Please report any issues with the bot on the issues page.