Add sysmsg sound

This commit is contained in:
2021-04-09 13:33:14 +02:00
parent fdfc431107
commit 9ec6ee3922
3 changed files with 3 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ module.exports = function (bot, api) {
} else {
str = username + " joined the channel";
}
api.queue.add(__dirname + "/sysmsg.wav");
api.speak(channel, str);
})
}