still doesn't fix it cuz its my internet ploblem

This commit is contained in:
ChomeNS 2022-11-06 11:28:19 +07:00
parent b961eee55f
commit afe46ba633

View file

@ -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;