moonstar-x/discord-tts-bot

I have coming this issue now pls tell me the solution

Closed this issue ยท 2 comments

๐Ÿ˜• Question

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

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

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.