useChat false and chat queue delay higher

This commit is contained in:
ChomeNS 2022-08-17 19:07:21 +07:00
parent bf49862840
commit 327e99e0a3
2 changed files with 2 additions and 2 deletions

View file

@ -4,7 +4,7 @@
"cbot ",
"/cbot "
],
"useChat": true,
"useChat": false,
"core": {
"layers": 1
},

View file

@ -169,7 +169,7 @@ function main() {
} catch (e) {
return;
}
}, 400);
}, /* funny 555 */ 555);
module.exports = function() {
return bot;