diff --git a/modules/welcomer/index.js b/modules/welcomer/index.js index 72f5c6c..5ce3eb2 100644 --- a/modules/welcomer/index.js +++ b/modules/welcomer/index.js @@ -8,6 +8,7 @@ module.exports = function (bot, api) { await api.joinChannel(channel); let conn=api.getConnectionForVoiceChannel(channel); api.queue=new AudioQueue(conn); + api.queue.add(__dirname + "/../../sysstart.wav"); api.speak(channel, api.strings.WELCOME); }) } \ No newline at end of file diff --git a/sysstart.wav b/sysstart.wav new file mode 100644 index 0000000..a166a3b Binary files /dev/null and b/sysstart.wav differ