From c376cce0a8523a9580635ea757123c21a5421095 Mon Sep 17 00:00:00 2001 From: Loic Bersier Date: Sun, 9 Dec 2018 01:49:54 +0100 Subject: [PATCH] --- 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 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); }); }); });