mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
1000 back
This commit is contained in:
parent
9badb543de
commit
0a689fd339
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue