mirror of
https://github.com/ChomeNS/chomens-bot-mc.git
synced 2024-11-14 10:44:55 -05:00
useChat false and chat queue delay higher
This commit is contained in:
parent
bf49862840
commit
327e99e0a3
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
"cbot ",
|
||||
"/cbot "
|
||||
],
|
||||
"useChat": true,
|
||||
"useChat": false,
|
||||
"core": {
|
||||
"layers": 1
|
||||
},
|
||||
|
|
2
index.js
2
index.js
|
@ -169,7 +169,7 @@ function main() {
|
|||
} catch (e) {
|
||||
return;
|
||||
}
|
||||
}, 400);
|
||||
}, /* funny 555 */ 555);
|
||||
|
||||
module.exports = function() {
|
||||
return bot;
|
||||
|
|
Loading…
Reference in a new issue