more time

This commit is contained in:
Loic Bersier 2018-12-09 01:47:22 +01:00
parent 6430af5a58
commit 216d91a4bd

View file

@ -69,7 +69,7 @@ module.exports = class ttsvcCommand extends Command {
// End at then end of the audio stream // End at then end of the audio stream
setTimeout(function(){ setTimeout(function(){
dispatcher.on('end', () => voiceChannel.leave()); dispatcher.on('end', () => voiceChannel.leave());
}, 1000); }, 5000);
}); });
}); });
}); });