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

Can you add alliances for say #37

Closed ChandanGaming closed 3 years ago

ChandanGaming commented 3 years ago

Sometimes it is hard to write prefix and say then the text . just add alliances for say like ( $s [text] )

moonstar-x commented 3 years ago

Added in #39.

Please update your bot by pulling the changes:

git pull origin master

And reinstalling the dependencies:

rm -rf node_modules
npm ci --only=prod

Keep in mind that this is a breaking update, which means that certain things may break, especially with the bot's configuration since I've added new configs but also renamed the ones for the token. For more information, check out this neat table showing all the new bot's configuration.