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() })