1
0
Fork 0
Loic Bersier 6 years ago
parent aac6274f53
commit c376cce0a8

@ -68,7 +68,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());
}, 3000); }, 2000);
}); });
}); });
}); });

Loading…
Cancel
Save