diff --git a/commands/fun/ttsvc.js b/commands/fun/ttsvc.js index c231cef5..130e31ad 100644 --- a/commands/fun/ttsvc.js +++ b/commands/fun/ttsvc.js @@ -69,7 +69,7 @@ module.exports = class ttsvcCommand extends Command { // End at then end of the audio stream setTimeout(function(){ dispatcher.on('end', () => voiceChannel.leave()); - }, 1000); + }, 5000); }); }); });