diff --git a/index.js b/index.js index 467a439..7458833 100644 --- a/index.js +++ b/index.js @@ -160,7 +160,7 @@ function main() { channel.send({content: '```ansi\n' + dcmsg.queue.substring(0, 1986) + '\n```', allowedMentions: {parse: []}}); dcmsg.queue = ''; } - }, 1000); + }, 1900); consoleQueueInterval = setInterval(function() { if (!messageloggingEnabled) return; @@ -182,7 +182,9 @@ function main() { if (reason.text === 'Wait 5 seconds before connecting, thanks! :)') timeout = 1000 * 6; if (reason.text === 'You are logging in too fast, try again later.') timeout = 1000 * 6; } - } catch (e) {} + } catch (e) { + console.log(e); + } try { clearInterval(notonline);