fix double send bug

This commit is contained in:
Jacob Janzen 2024-12-08 03:55:03 +00:00
parent 659346f414
commit caaf3e9081

4
app.js
View file

@ -65,10 +65,6 @@ app.post('/', verifyKeyMiddleware(process.env.PUBLIC_KEY), async function (req,
console.error(err);
}
});
cron.schedule(crontab, () => {
client.channels.cache.get(req.body.channel_id).send(message)
});
}
return res.send({