Merge dev to main #1

Merged
ChrisChrome merged 20 commits from dev into main 2025-10-28 07:58:47 -06:00
Showing only changes of commit 62d2f4a7d1 - Show all commits

View file

@ -100,8 +100,8 @@ 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.`); 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, 5000); // Repeat every 60 seconds
}; };
setTimeout(main, 5000); // Repeat every 60 seconds
}); });
}); });
}) })