From fe5f7c1b11409595b70e7ff52cdff0d33873ce77 Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Wed, 8 Feb 2023 18:47:55 +0100 Subject: [PATCH] Webhook test --- main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/main.js b/main.js index cdd5640..c18d05a 100755 --- a/main.js +++ b/main.js @@ -63,6 +63,7 @@ client.once('ready', async () => { // client.channels.cache.get('780439236867653635').send(turnOnMsg[help.RNG(turnOnMsg.length)]); // } client.channels.cache.get('770748282191740943').send("Whats up fuckers"); + cron.schedule('0 13 * * *', async function () { pingEvent() })