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 => {