From c7efba4204ef1640d3c1ecea3dfc9fcd717bcea0 Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Wed, 8 Feb 2023 18:55:55 +0100 Subject: [PATCH] Last webhook test fr fr --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index cdd5640..04bd389 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('770748282191740943').send("Whats up fuckers"); + client.channels.cache.get('770748282191740943').send("Whats up fuckers!"); cron.schedule('0 13 * * *', async function () { pingEvent() })