Add startup sound

master
Talon 2021-07-12 20:00:22 +02:00
parent fc43c43d59
commit ca8f3a4be2
2 changed files with 1 additions and 0 deletions

View File

@ -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);
})
}

BIN
sysstart.wav 100644

Binary file not shown.