Higher group add time to avoid bann

This commit is contained in:
Wizzard 2025-02-06 07:46:28 -05:00
parent 52b6e1b148
commit 13b31d4fc3

View File

@ -4,7 +4,7 @@ let channelToWatch = null;
let lastAddTimes = new Map(); let lastAddTimes = new Map();
const getRandomDelay = () => { const getRandomDelay = () => {
return Math.floor(Math.random() * 150) + 50; return Math.floor(Math.random() * 200) + 150;
}; };
module.exports = { module.exports = {