Add sam as speech synth

This commit is contained in:
2021-07-03 17:09:19 +02:00
parent a27d68ec92
commit 43d7f60a7a
4 changed files with 57 additions and 3 deletions

View File

@@ -26,6 +26,6 @@ module.exports = function (bot, api) {
str = printf(api.strings.USER_JOINED, username);
}
api.queue.add(__dirname + "/sysmsg.wav");
api.speak(channel, str);
api.queue.add(channel, str);
})
}