Higher group add time to avoid bann
This commit is contained in:
parent
52b6e1b148
commit
13b31d4fc3
@ -4,7 +4,7 @@ let channelToWatch = null;
|
||||
let lastAddTimes = new Map();
|
||||
|
||||
const getRandomDelay = () => {
|
||||
return Math.floor(Math.random() * 150) + 50;
|
||||
return Math.floor(Math.random() * 200) + 150;
|
||||
};
|
||||
|
||||
module.exports = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user