From afe46ba6334ed7b25b8ec0b642d7233ecba1c337 Mon Sep 17 00:00:00 2001 From: ChomeNS Date: Sun, 6 Nov 2022 11:28:19 +0700 Subject: [PATCH] still doesn't fix it cuz its my internet ploblem --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;