diff options
Diffstat (limited to 'app.js')
-rw-r--r-- | app.js | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -65,11 +65,7 @@ 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({ type: InteractionResponseType.CHANNEL_MESSAGE_WITH_SOURCE, |