How To Use Text To Speech On Discord Digital Trends
I am working on a discord chat bot and I want to be able to use the "texttospeech" functionality I want to use tts as a command in my discord chat bot but when i run this code it doesnt work @botcommand() @asynciocoroutine def hellotts(*, message str) yield from botsend_message(messagechannel,'Hello, everyone After creating a token for the bot in the Discord dev portal and after setuping your AWS account, create an authjson file in the project directory that looks like this {"token" "discordbottokengoeshere", "accessKey" "awsaccesskeygoeshere", "secret" "secretaccesskeygoeshere"} Lastly, type node mainjs in command line to run the code and your bot
