diff --git a/.gitignore b/.gitignore index e14eb50f..6f0a6741 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,9 @@ command-leaderboard.json command-last-run.json blacklist.json +# DECTalk +dectalk/ + # Tensorflow Models tf_models/ diff --git a/README.md b/README.md index 9903e12e..83728369 100644 --- a/README.md +++ b/README.md @@ -60,15 +60,16 @@ Just read `LICENSE.md`. Give credit if you use any part of this monster, thanks. 11. [Follow these instructions to set up Redis](https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-redis-on-ubuntu-18-04). Remember to set up a password! 12. Run `apt install libtool` so sodium can compile if necessary. **(Optional)** 13. Download [the NSFW model](https://github.com/gantman/nsfw_model) and extract the contents to `/tf_models/nsfw`. -14. Run `apt install wine` to install wine. -15. Run `dpkg --add-architecture i386` to allow installation of wine32. -16. Run `apt update` again. -17. Run `apt install wine32` to install wine32. -18. Run `apt install xvfb` to install xvfb. -19. Run `yarn install --production` in the folder you cloned the bot. -20. Run `npx parse-domain-update` to update the domain list for `parse-domain`. -21. Run `npm i -g pm2` to install PM2. -22. Run `pm2 start Xiao.js --name xiao` to run the bot. +14. Download DECTalk and extract `dectalk.dll`, `dtalk_us.dic`, `MSVCRTd.DLL`, and `say.exe` to `dectalk/`. I cannot help you find this. +15. Run `apt install wine` to install wine. +16. Run `dpkg --add-architecture i386` to allow installation of wine32. +17. Run `apt update` again. +18. Run `apt install wine32` to install wine32. +19. Run `apt install xvfb` to install xvfb. +20. Run `yarn install --production` in the folder you cloned the bot. +21. Run `npx parse-domain-update` to update the domain list for `parse-domain`. +22. Run `npm i -g pm2` to install PM2. +23. Run `pm2 start Xiao.js --name xiao` to run the bot. ## Commands Total: 510