This commit is contained in:
Christopher Cookman 2025-10-28 07:53:34 -06:00
parent b5add30dda
commit 43c81ad433

View file

@ -101,7 +101,7 @@ const main = () => {
hook.send(`:no_entry: **Call Forward Removed** :no_entry:\nExtension **${cf.extension}** had a **${cfTypes[cf.type]}** call forward to **${cf.target}** The call forward has been removed.`);
})
}
setTimeout(main, 1000); // Repeat every 60 seconds
setTimeout(main, 5000); // Repeat every 60 seconds
};
});
});