mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2025-03-13 22:09:47 -04:00
add more discord queue delay
This commit is contained in:
parent
5ccc1d76de
commit
c76b9a0b29
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -209,7 +209,7 @@ function main() {
|
|||
channel.send('```ansi\n' + dcmsg.queue.substring(0, 1986) + '\n```');
|
||||
dcmsg.queue = '';
|
||||
}
|
||||
}, 1000);
|
||||
}, 1500);
|
||||
|
||||
consoleQueueInterval = setInterval(function() {
|
||||
if (!bot.messageLoggingEnabled) return;
|
||||
|
|
Loading…
Reference in a new issue