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