update base image

This commit is contained in:
andres
2023-03-14 01:14:35 +01:00
parent 53c2faed3d
commit 43d147effb

View File

@@ -121,7 +121,7 @@ const scrape = async () => {
}
const cronTask = cron.schedule('*/1 * * * *', async () => {
await scrape()
})
}, { scheduled: false })
console.log('valid: ', cron.validate('*/1 * * * *'))
bot.on(message('text'), async (ctx) => {
const text = ctx.message?.text