diff --git a/main.js b/main.js index c4e103b..0334921 100755 --- a/main.js +++ b/main.js @@ -56,9 +56,9 @@ client.once('ready', async () => { if (client.user.username != 'MOOver Debug') { client.channels.cache.get('780439236867653635').send(turnOnMsg[help.RNG(turnOnMsg.length)]); } - cron.schedule('0 13 * * *', async function() { - pingEvent(); - }); + pingEvent(); + // cron.schedule('0 13 * * *', async function() { + // }); console.log('Running!'); });