From 766df904a8631166f26c37371f1b9c4477f7e27e Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Wed, 8 Feb 2023 19:03:24 +0100 Subject: [PATCH] Debug messages are back --- main.js | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/main.js b/main.js index 04bd389..26dcc89 100755 --- a/main.js +++ b/main.js @@ -59,10 +59,9 @@ const turnOnMsg = ['AAAAAAAAAAAAA', 'Just turned on!', 'Just woke up!', 'May hav 'Heyyyy!', 'I\'m baaaack', 'Whom\'st have summoned they ancient one?'] 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!"); + if (client.user.username != 'MOOver Debug') { + client.channels.cache.get('780439236867653635').send(turnOnMsg[help.RNG(turnOnMsg.length)]); + } cron.schedule('0 13 * * *', async function () { pingEvent() })