diff --git a/index.js b/index.js index 7458833..5f43c27 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 = ''; } - }, 1900); + }, 1000); consoleQueueInterval = setInterval(function() { if (!messageloggingEnabled) return;