Higher group add time to avoid bann
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user