From 216d91a4bdad5685b9701f642430b27085fb6efa Mon Sep 17 00:00:00 2001
From: Loic Bersier <loic.bersier1@gmail.com>
Date: Sun, 9 Dec 2018 01:47:22 +0100
Subject: [PATCH] more time

---
 commands/fun/ttsvc.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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);
                           });
             });
           });