From 8dd2baa51ce1b973563d1f57aae7477bfc63edfe Mon Sep 17 00:00:00 2001 From: Max Litruv Boonzaayer Date: Thu, 8 Aug 2019 20:14:07 +1000 Subject: [PATCH] Update tts.js --- commands/tts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/tts.js b/commands/tts.js index ae4f8c9..1f91cb4 100644 --- a/commands/tts.js +++ b/commands/tts.js @@ -61,7 +61,7 @@ module.exports = { const timeoutObj = setTimeout(() => { const dispatcher = null; connection.disconnect(); - }, 60000) + }, 600000) }); dispatcher.on('error', error => {