diff --git a/commands/fun/ttsvc.js b/commands/fun/ttsvc.js index cfdf7961..00b13498 100644 --- a/commands/fun/ttsvc.js +++ b/commands/fun/ttsvc.js @@ -68,7 +68,7 @@ module.exports = class ttsvcCommand extends Command { // End at then end of the audio stream setTimeout(function(){ dispatcher.on('end', () => voiceChannel.leave()); - }, 3000); + }, 2000); }); }); });