1000 back

This commit is contained in:
ChomeNS 2022-10-28 19:05:49 +07:00
parent 9badb543de
commit 0a689fd339

View file

@ -164,7 +164,7 @@ function main() {
channel.send('```ansi\n' + dcmsg.queue.substring(0, 1986) + '\n```');
dcmsg.queue = '';
}
}, 1500);
}, 1000);
consoleQueueInterval = setInterval(function() {
if (!messageloggingEnabled) return;