fix double send bug
This commit is contained in:
parent
659346f414
commit
caaf3e9081
1 changed files with 1 additions and 5 deletions
6
app.js
6
app.js
|
@ -65,11 +65,7 @@ app.post('/', verifyKeyMiddleware(process.env.PUBLIC_KEY), async function (req,
|
||||||
console.error(err);
|
console.error(err);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
}
|
||||||
cron.schedule(crontab, () => {
|
|
||||||
client.channels.cache.get(req.body.channel_id).send(message)
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
return res.send({
|
return res.send({
|
||||||
type: InteractionResponseType.CHANNEL_MESSAGE_WITH_SOURCE,
|
type: InteractionResponseType.CHANNEL_MESSAGE_WITH_SOURCE,
|
||||||
|
|
Loading…
Add table
Reference in a new issue