fix double send bug
This commit is contained in:
parent
659346f414
commit
caaf3e9081
1 changed files with 1 additions and 5 deletions
4
app.js
4
app.js
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue