Add startup sound
This commit is contained in:
@@ -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
Normal file
BIN
sysstart.wav
Normal file
Binary file not shown.
Reference in New Issue
Block a user