1
0
Fork 0
mirror of https://github.com/ChomeNS/chomens-bot-mc.git synced 2025-04-24 04:53:39 -04:00

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;