pls help me

Commando
Loic Bersier 6 years ago
parent 27d0e73ca6
commit 134f799556

@ -66,7 +66,7 @@ module.exports = class ttsvcCommand extends Command {
voiceChannel.join().then(connection => {
const dispatcher = connection.playStream('./ttsvc.mp3');
// End at then end of the audio stream
dispatcher.on('finish', () => setTimeout(function(){
dispatcher.on('end', () => setTimeout(function(){
voiceChannel.leave();
}, 2000));
});

Loading…
Cancel
Save