moonstar-x / discord-tts-bot

A Text-to-Speech bot for Discord.
https://docs.moonstar-x.dev/discord-tts-bot
MIT License
98 stars 84 forks source link

I have coming this issue now pls tell me the solution #38

Closed ChandanGaming closed 3 years ago

ChandanGaming commented 3 years ago

:confused: Question

When I execute the Say command it shows this and doesn't say anything image_2021-07-19_115115

moonstar-x commented 3 years ago

Hmm, weird. Normally @discordjs/opus should be installed. You could probably try removing node_modules and reinstalling the dependencies:

rm -rf node_modules && npm install

If after doing that it still doesn't work, try installing opusscript:

npm install opusscript
moonstar-x commented 3 years ago

I'm gonna close this because of inactivity. I assume that the above recommendation has fixed your issue.

If you're still having problems with this, feel free to re-open this issue.