mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
still doesn't fix it cuz its my internet ploblem
This commit is contained in:
parent
b961eee55f
commit
afe46ba633
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -160,7 +160,7 @@ function main() {
|
||||||
channel.send({content: '```ansi\n' + dcmsg.queue.substring(0, 1986) + '\n```', allowedMentions: {parse: []}});
|
channel.send({content: '```ansi\n' + dcmsg.queue.substring(0, 1986) + '\n```', allowedMentions: {parse: []}});
|
||||||
dcmsg.queue = '';
|
dcmsg.queue = '';
|
||||||
}
|
}
|
||||||
}, 1900);
|
}, 1000);
|
||||||
|
|
||||||
consoleQueueInterval = setInterval(function() {
|
consoleQueueInterval = setInterval(function() {
|
||||||
if (!messageloggingEnabled) return;
|
if (!messageloggingEnabled) return;
|
||||||
|
|
Loading…
Reference in a new issue