Update tts.js

This commit is contained in:
2019-08-08 20:14:07 +10:00
committed by GitHub
parent 2b3fdf1fa4
commit 8dd2baa51c

View File

@@ -61,7 +61,7 @@ module.exports = {
const timeoutObj = setTimeout(() => {
const dispatcher = null;
connection.disconnect();
}, 60000)
}, 600000)
});
dispatcher.on('error', error => {