Added Google TTS, lowercase voices so that people don't have to remember ridiculous case

This commit is contained in:
2021-04-10 23:45:02 +02:00
parent 40e50b6546
commit f0c71d75dc
10 changed files with 927 additions and 11 deletions

View File

@@ -8,6 +8,6 @@ module.exports = function (bot, api) {
await api.joinChannel(channel);
let conn=api.getConnectionForVoiceChannel(channel);
api.queue=new AudioQueue(conn);
api.speak(channel, `Hey buddies! How does it feel like to be a buddy? Are you proud of being a buddy? Well that's great!'`);
api.speak(channel, `Running`);
})
}