Add sam as speech synth
This commit is contained in:
@@ -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);
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user