From abffb14b0289674ed0273348a28eb988aa23bdf8 Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Wed, 8 Feb 2023 18:32:22 +0100 Subject: [PATCH] Webhook test --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index 06c97fd..cdd5640 100755 --- a/main.js +++ b/main.js @@ -62,7 +62,7 @@ client.once('ready', async () => { // if (client.user.username != 'MOOver Debug') { // client.channels.cache.get('780439236867653635').send(turnOnMsg[help.RNG(turnOnMsg.length)]); // } - client.channels.cache.get('490610642106056707').send("Whats up fuckers"); + client.channels.cache.get('770748282191740943').send("Whats up fuckers"); cron.schedule('0 13 * * *', async function () { pingEvent() })