tries and retries

This commit is contained in:
theofficialomega
2025-06-29 16:29:07 +02:00
parent 6b5f95aa50
commit b7a3f1a56a
2 changed files with 17 additions and 13 deletions

View File

@@ -102,10 +102,7 @@ async function main() {
runJob({ logger, parsedChannels })
}
main().catch(error => {
console.error('ERR:', error.message)
process.exit(1)
})
main()
async function runJob({ logger, parsedChannels }: { logger: Logger; parsedChannels: Collection }) {
const timer = new Timer()